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 --dry-run=false Don't apply any changes; just output what would be
34 done.
35
36
37 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
38 use when talking to the cluster. If the flag is not set, a set of stan‐
39 dard locations can be searched for an existing kubeconfig file.
40
41
42
44 --azure-container-registry-config="" Path to the file containing
45 Azure container registry configuration information.
46
47
48 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
49 filesystem.
50
51
52 --version=false Print version information and quit
53
54
55
57 # upload the configuration of your cluster
58 kubeadm init phase upload-config --config=myConfig.yaml
59
60
61
62
64 kubeadm-init-phase-upload-config(1),
65
66
67
69 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
70 com) based on the kubernetes source material, but hopefully they have
71 been automatically generated since!
72
73
74
75Manuals User KUBERNETES(1)(kubernetes)