1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init phase upload-config kubeadm - Upload the kubeadm Cluster‐
10       Configuration to a ConfigMap
11
12
13

SYNOPSIS

15       kubeadm init phase upload-config kubeadm [OPTIONS]
16
17
18

DESCRIPTION

20       Upload  the  kubeadm  ClusterConfiguration  to   a   ConfigMap   called
21       kubeadm-config  in the kube-system namespace. This enables correct con‐
22       figuration of system components and a seamless user experience when up‐
23       grading.
24
25
26       Alternatively, you can use kubeadm config.
27
28
29

OPTIONS

31       --config=""      Path to a kubeadm configuration file.
32
33
34       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
35       use when talking to the cluster. If the flag is not set, a set of stan‐
36       dard locations can be searched for an existing kubeconfig file.
37
38
39

OPTIONS INHERITED FROM PARENT COMMANDS

41       --azure-container-registry-config=""       Path  to the file containing
42       Azure container registry configuration information.
43
44
45       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
46       flushes
47
48
49       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
50       filesystem.
51
52
53       --version=false      Print version information and quit
54
55
56

EXAMPLE

58                # upload the configuration of your cluster
59                kubeadm init phase upload-config --config=myConfig.yaml
60
61
62
63

SEE ALSO

65       kubeadm-init-phase-upload-config(1),
66
67
68

HISTORY

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