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  kubeadm-
21       config in the kube-system namespace. This enables correct configuration
22       of system components and a seamless user experience when upgrading.
23
24
25       Alternatively, you can use kubeadm config.
26
27
28

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

40       --azure-container-registry-config=""      Path to the  file  containing
41       Azure container registry configuration information.
42
43
44       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
45       filesystem.
46
47
48       --version=false      Print version information and quit
49
50
51

EXAMPLE

53                # upload the configuration of your cluster
54                kubeadm init phase upload-config --config=myConfig.yaml
55
56
57
58

SEE ALSO

60       kubeadm-init-phase-upload-config(1),
61
62
63

HISTORY

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