1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  config  - Manage configuration for a kubeadm cluster persisted
10       in a ConfigMap in the cluster
11
12
13

SYNOPSIS

15       kubeadm config [OPTIONS]
16
17
18

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

38       --azure-container-registry-config=""      Path to the  file  containing
39       Azure container registry configuration information.
40
41
42       --log-flush-frequency=5s       Maximum  number  of  seconds between log
43       flushes
44
45
46       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
47       filesystem.
48
49
50       --version=false      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-view(1),
57
58
59

HISTORY

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