1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase upload-config kubeadm - Upload the kubeadm Cluster‐
7 Configuration to a ConfigMap
8
9
10
12 kubeadm init phase upload-config kubeadm [OPTIONS]
13
14
15
17 Upload the kubeadm ClusterConfiguration to a ConfigMap called
18 kubeadm-config in the kube-system namespace. This enables correct con‐
19 figuration of system components and a seamless user experience when
20 upgrading.
21
22
23 Alternatively, you can use kubeadm config.
24
25
26
28 --config=""
29 Path to a kubeadm configuration file.
30
31
32 --kubeconfig="/etc/kubernetes/admin.conf"
33 The kubeconfig file to use when talking to the cluster. If the flag
34 is not set, a set of standard locations can be searched for an existing
35 kubeconfig file.
36
37
38
40 --azure-container-registry-config=""
41 Path to the file containing Azure container registry configuration
42 information.
43
44
45 --log-flush-frequency=5s
46 Maximum number of seconds between log flushes
47
48
49 --rootfs=""
50 [EXPERIMENTAL] The path to the 'real' host root filesystem.
51
52
53 --version=false
54 Print version information and quit
55
56
57
59 # upload the configuration of your cluster
60 kubeadm init phase upload-config --config=myConfig.yaml
61
62
63
64
66 kubeadm-init-phase-upload-config(1),
67
68
69
71 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
72 com) based on the kubernetes source material, but hopefully they have
73 been automatically generated since!
74
75
76
77Eric Paris kubernetes User Manuals KUBERNETES(1)