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       --kubeconfig="/etc/kubernetes/admin.conf"
43           The kubeconfig file to use when talking to the cluster. If the flag
44       is not set, a set of standard locations are searched  for  an  existing
45       KubeConfig file.
46
47
48       --log-flush-frequency=5s
49           Maximum number of seconds between log flushes
50
51
52       --rootfs=""
53           [EXPERIMENTAL] The path to the 'real' host root filesystem.
54
55
56       --version=false
57           Print version information and quit
58
59
60

SEE ALSO

62       kubeadm-config-upload(1),
63
64
65

HISTORY

67       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
68       com) based on the kubernetes source material, but hopefully  they  have
69       been automatically generated since!
70
71
72
73Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum