1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase upload-config all - Uploads all configuration to a
7 config map
8
9
10
12 kubeadm init phase upload-config all [OPTIONS]
13
14
15
17 Uploads all configuration to a config map
18
19
20
22 --config=""
23 Path to kubeadm config file. WARNING: Usage of a configuration file
24 is experimental.
25
26
27 --kubeconfig="/etc/kubernetes/admin.conf"
28 The kubeconfig file to use when talking to the cluster. If the flag
29 is not set, a set of standard locations are searched for an existing
30 KubeConfig file.
31
32
33
35 --azure-container-registry-config=""
36 Path to the file containing Azure container registry configuration
37 information.
38
39
40 --log-flush-frequency=5s
41 Maximum number of seconds between log flushes
42
43
44 --rootfs=""
45 [EXPERIMENTAL] The path to the 'real' host root filesystem.
46
47
48 --version=false
49 Print version information and quit
50
51
52
54 kubeadm-init-phase-upload-config(1),
55
56
57
59 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
60 com) based on the kubernetes source material, but hopefully they have
61 been automatically generated since!
62
63
64
65Eric Paris kubernetes User Manuals KUBERNETES(1)