1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm config - Manage configuration for a kubeadm cluster persisted
10 in a ConfigMap in the cluster
11
12
13
15 kubeadm config [OPTIONS]
16
17
18
20 There is a ConfigMap in the kube-system namespace called "kubeadm-con‐
21 fig" that kubeadm uses to store internal configuration about the clus‐
22 ter. kubeadm CLI v1.8.0+ automatically creates this ConfigMap with the
23 config used with 'kubeadm init', but if you initialized your cluster
24 using kubeadm v1.7.x or lower, you must use the 'config upload' command
25 to create this ConfigMap. This is required so that 'kubeadm upgrade'
26 can configure your upgraded cluster correctly.
27
28
29
31 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
32 use when talking to the cluster. If the flag is not set, a set of stan‐
33 dard locations can be searched for an existing kubeconfig file.
34
35
36
38 --azure-container-registry-config="" Path to the file containing
39 Azure container registry configuration information.
40
41
42 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
43 filesystem.
44
45
46 --version=false Print version information and quit
47
48
49
51 kubeadm(1), kubeadm-config-images(1), kubeadm-config-migrate(1),
52 kubeadm-config-print(1),
53
54
55
57 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
58 com) based on the kubernetes source material, but hopefully they have
59 been automatically generated since!
60
61
62
63Manuals User KUBERNETES(1)(kubernetes)