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