1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm config upload from-file - Upload a configuration file to the
7 in-cluster ConfigMap for kubeadm configuration
8
9
10
12 kubeadm config upload from-file [OPTIONS]
13
14
15
17 Using this command, you can upload configuration to the ConfigMap in
18 the cluster using the same config file you gave to 'kubeadm init'. If
19 you initialized your cluster using a v1.7.x or lower kubeadm client and
20 used the --config option, you need to run this command with the same
21 config file before upgrading to v1.8 using 'kubeadm upgrade'.
22
23
24 The configuration is located in the "kube-system" namespace in the
25 "kubeadm-config" ConfigMap.
26
27
28
30 --config=""
31 Path to a kubeadm configuration file.
32
33
34
36 --azure-container-registry-config=""
37 Path to the file containing Azure container registry configuration
38 information.
39
40
41 --kubeconfig="/etc/kubernetes/admin.conf"
42 The kubeconfig file to use when talking to the cluster. If the flag
43 is not set, a set of standard locations can be searched for an existing
44 kubeconfig file.
45
46
47 --log-flush-frequency=5s
48 Maximum number of seconds between log flushes
49
50
51 --rootfs=""
52 [EXPERIMENTAL] The path to the 'real' host root filesystem.
53
54
55 --version=false
56 Print version information and quit
57
58
59
61 kubeadm-config-upload(1),
62
63
64
66 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
67 com) based on the kubernetes source material, but hopefully they have
68 been automatically generated since!
69
70
71
72Eric Paris kubernetes User Manuals KUBERNETES(1)