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

NAME

6       kubeadm alpha phase upload-config - Uploads the currently used configu‐
7       ration for kubeadm to a ConfigMap
8
9
10

SYNOPSIS

12       kubeadm alpha phase upload-config [OPTIONS]
13
14
15

DESCRIPTION

17       Uploads the kubeadm init configuration of your cluster to  a  ConfigMap
18       called  kubeadm-config  in the kube-system namespace. This enables cor‐
19       rect configuration of system components and a seamless user  experience
20       when upgrading.
21
22
23       Alternatively, you can use kubeadm config.
24
25
26       Alpha Disclaimer: this command is currently alpha.
27
28
29

OPTIONS

31       --config=""
32           Path  to  a  kubeadm config file. WARNING: Usage of a configuration
33       file is experimental
34
35
36       --kubeconfig="/etc/kubernetes/admin.conf"
37           The KubeConfig file to use when talking to the cluster. If the flag
38       is  not  set,  a set of standard locations are searched for an existing
39       KubeConfig file.
40
41
42

OPTIONS INHERITED FROM PARENT COMMANDS

44       --azure-container-registry-config=""
45           Path to the file containing Azure container registry  configuration
46       information.
47
48
49       --google-json-key=""
50           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
51       authentication.
52
53
54       --log-flush-frequency=5s
55           Maximum number of seconds between log flushes
56
57
58       --rootfs=""
59           [EXPERIMENTAL] The path to the 'real' host root filesystem.
60
61
62       --version=false
63           Print version information and quit
64
65
66

EXAMPLE

68                # uploads the configuration of your cluster
69                kubeadm alpha phase upload-config --config=myConfig.yaml
70
71
72
73

SEE ALSO

75       kubeadm-alpha-phase(1),
76
77
78

HISTORY

80       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
81       com)  based  on the kubernetes source material, but hopefully they have
82       been automatically generated since!
83
84
85
86Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum