1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  config  - Manage configuration for a kubeadm cluster persisted
7       in a ConfigMap in the cluster.
8
9
10

SYNOPSIS

12       kubeadm config [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

36       --azure-container-registry-config=""
37           Path to the file containing Azure container registry  configuration
38       information.
39
40
41       --log-flush-frequency=5s
42           Maximum number of seconds between log flushes
43
44
45       --rootfs=""
46           [EXPERIMENTAL] The path to the 'real' host root filesystem.
47
48
49       --version=false
50           Print version information and quit
51
52
53

SEE ALSO

55       kubeadm(1),     kubeadm-config-images(1),    kubeadm-config-migrate(1),
56       kubeadm-config-print(1), kubeadm-config-print-default(1),  kubeadm-con‐
57       fig-upload(1), kubeadm-config-view(1),
58
59
60

HISTORY

62       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
63       com) based on the kubernetes source material, but hopefully  they  have
64       been automatically generated since!
65
66
67
68Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum