1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  config  upload  from-file - Upload a configuration file to the
7       in-cluster ConfigMap for kubeadm configuration.
8
9
10

SYNOPSIS

12       kubeadm config upload from-file [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS

30       --config=""
31           Path  to  a  kubeadm config file. WARNING: Usage of a configuration
32       file is experimental.
33
34
35

OPTIONS INHERITED FROM PARENT COMMANDS

37       --azure-container-registry-config=""
38           Path to the file containing Azure container registry  configuration
39       information.
40
41
42       --google-json-key=""
43           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
44       authentication.
45
46
47       --kubeconfig="/etc/kubernetes/admin.conf"
48           The KubeConfig file to use when talking to the cluster. If the flag
49       is  not  set,  a set of standard locations are searched for an existing
50       KubeConfig file.
51
52
53       --log-flush-frequency=5s
54           Maximum number of seconds between log flushes
55
56
57       --rootfs=""
58           [EXPERIMENTAL] The path to the 'real' host root filesystem.
59
60
61       --version=false
62           Print version information and quit
63
64
65

SEE ALSO

67       kubeadm-config-upload(1),
68
69
70

HISTORY

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)
Impressum