1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm config - Manage configuration for a kubeadm cluster persisted
7 in a ConfigMap in the cluster.
8
9
10
12 kubeadm config [OPTIONS]
13
14
15
17 There is a ConfigMap in the kube-system namespace called "kubeadm-con‐
18 fig" that kubeadm uses to store internal configuration about the clus‐
19 ter. kubeadm CLI v1.8.0+ automatically creates this ConfigMap with the
20 config used with 'kubeadm init', but if you initialized your cluster
21 using kubeadm v1.7.x or lower, you must use the 'config upload' command
22 to create this ConfigMap. This is required so that 'kubeadm upgrade'
23 can configure your upgraded cluster correctly.
24
25
26
28 --kubeconfig="/etc/kubernetes/admin.conf"
29 The KubeConfig file to use when talking to the cluster. If the flag
30 is not set, a set of standard locations are searched for an existing
31 KubeConfig file.
32
33
34
36 --azure-container-registry-config=""
37 Path to the file containing Azure container registry configuration
38 information.
39
40
41 --google-json-key=""
42 The Google Cloud Platform Service Account JSON Key to use for
43 authentication.
44
45
46 --log-flush-frequency=5s
47 Maximum number of seconds between log flushes
48
49
50 --rootfs=""
51 [EXPERIMENTAL] The path to the 'real' host root filesystem.
52
53
54 --version=false
55 Print version information and quit
56
57
58
60 kubeadm(1), kubeadm-config-images(1), kubeadm-config-migrate(1),
61 kubeadm-config-print-default(1), kubeadm-config-upload(1), kubeadm-con‐
62 fig-view(1),
63
64
65
67 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
68 com) based on the kubernetes source material, but hopefully they have
69 been automatically generated since!
70
71
72
73Eric Paris kubernetes User Manuals KUBERNETES(1)