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
18 "kubeadm-config" that kubeadm uses to store internal configuration
19 about the cluster. kubeadm CLI v1.8.0+ automatically creates this
20 ConfigMap with the config used with 'kubeadm init', but if you
21 initialized your cluster using kubeadm v1.7.x or lower, you must use
22 the 'config upload' command to create this ConfigMap. This is required
23 so that 'kubeadm upgrade' can configure your upgraded cluster
24 correctly.
25
26
27
29 --kubeconfig="/etc/kubernetes/admin.conf"
30 The kubeconfig file to use when talking to the cluster. If the flag
31 is not set, a set of standard locations can be searched for an existing
32 kubeconfig file.
33
34
35
37 --azure-container-registry-config=""
38 Path to the file containing Azure container registry configuration
39 information.
40
41
42 --log-flush-frequency=5s
43 Maximum number of seconds between log flushes
44
45
46 --rootfs=""
47 [EXPERIMENTAL] The path to the 'real' host root filesystem.
48
49
50 --version=false
51 Print version information and quit
52
53
54
56 kubeadm(1), kubeadm-config-images(1), kubeadm-config-migrate(1),
57 kubeadm-config-print(1), kubeadm-config-upload(1),
58 kubeadm-config-view(1),
59
60
61
63 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
64 com) based on the kubernetes source material, but hopefully they have
65 been automatically generated since!
66
67
68
69Eric Paris kubernetes User Manuals KUBERNETES(1)