1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase upload-config kubeadm - Upload the kubeadm Cluster‐
10 Configuration to a ConfigMap
11
12
13
15 kubeadm init phase upload-config kubeadm [OPTIONS]
16
17
18
20 Upload the kubeadm ClusterConfiguration to a ConfigMap called kubeadm-
21 config in the kube-system namespace. This enables correct configuration
22 of system components and a seamless user experience when upgrading.
23
24
25 Alternatively, you can use kubeadm config.
26
27
28
30 --config="" Path to a kubeadm configuration file.
31
32
33 --cri-socket="" Path to the CRI socket to connect. If empty
34 kubeadm will try to auto-detect this value; use this option only if you
35 have more than one CRI installed or if you have non-standard CRI
36 socket.
37
38
39 --dry-run=false Don't apply any changes; just output what would be
40 done.
41
42
43 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
44 use when talking to the cluster. If the flag is not set, a set of stan‐
45 dard locations can be searched for an existing kubeconfig file.
46
47
48
50 --azure-container-registry-config="" Path to the file containing
51 Azure container registry configuration information.
52
53
54 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
55 filesystem.
56
57
58 --version=false Print version information and quit
59
60
61
63 # upload the configuration of your cluster
64 kubeadm init phase upload-config --config=myConfig.yaml
65
66
67
68
70 kubeadm-init-phase-upload-config(1),
71
72
73
75 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
76 com) based on the kubernetes source material, but hopefully they have
77 been automatically generated since!
78
79
80
81Manuals User KUBERNETES(1)(kubernetes)