1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase upload-config kubeadm - Uploads the kubeadm Cluster‐
7 Configuration to a ConfigMap
8
9
10
12 kubeadm init phase upload-config kubeadm [OPTIONS]
13
14
15
17 Uploads 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 kubeadm config file. WARNING: Usage of a configuration file
30 is experimental.
31
32
33 --kubeconfig="/etc/kubernetes/admin.conf"
34 The kubeconfig file to use when talking to the cluster. If the flag
35 is not set, a set of standard locations are searched for an existing
36 KubeConfig file.
37
38
39
41 --azure-container-registry-config=""
42 Path to the file containing Azure container registry configuration
43 information.
44
45
46 --log-flush-frequency=5s
47 Maximum number of seconds between log flushes
48
49
50 --rootfs=""
51 [EXPERIMENTAL] The path to the 'real' host root filesystem.
52
53
54 --version=false
55 Print version information and quit
56
57
58
60 # uploads the configuration of your cluster
61 kubeadm init phase upload-config --config=myConfig.yaml
62
63
64
65
67 kubeadm-init-phase-upload-config(1),
68
69
70
72 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
73 com) based on the kubernetes source material, but hopefully they have
74 been automatically generated since!
75
76
77
78Eric Paris kubernetes User Manuals KUBERNETES(1)