1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha selfhosting pivot - Converts a static Pod-hosted control
7 plane into a self-hosted one
8
9
10
12 kubeadm alpha selfhosting pivot [OPTIONS]
13
14
15
17 Converts static Pod files for control plane components into self-hosted
18 DaemonSets configured via the Kubernetes API.
19
20
21 See the documentation for self-hosting limitations.
22
23
24 Alpha Disclaimer: this command is currently alpha.
25
26
27
29 --cert-dir="/etc/kubernetes/pki"
30 The path where certificates are stored
31
32
33 --config=""
34 Path to a kubeadm config file. WARNING: Usage of a configuration
35 file is experimental
36
37
38 -f, --force=false
39 Pivot the cluster without prompting for confirmation
40
41
42 --kubeconfig="/etc/kubernetes/admin.conf"
43 The kubeconfig file to use when talking to the cluster. If the flag
44 is not set, a set of standard locations are searched for an existing
45 KubeConfig file.
46
47
48 -s, --store-certs-in-secrets=false
49 Enable storing certs in secrets
50
51
52
54 --azure-container-registry-config=""
55 Path to the file containing Azure container registry configuration
56 information.
57
58
59 --log-flush-frequency=5s
60 Maximum number of seconds between log flushes
61
62
63 --rootfs=""
64 [EXPERIMENTAL] The path to the 'real' host root filesystem.
65
66
67 --version=false
68 Print version information and quit
69
70
71
73 # Converts a static Pod-hosted control plane into a self-hosted one.
74
75 kubeadm alpha phase self-hosting convert-from-staticpods
76
77
78
79
81 kubeadm-alpha-selfhosting(1),
82
83
84
86 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
87 com) based on the kubernetes source material, but hopefully they have
88 been automatically generated since!
89
90
91
92Eric Paris kubernetes User Manuals KUBERNETES(1)