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

NAME

6       kubeadm  upgrade node experimental-control-plane - Upgrades the control
7       plane instance deployed on this node. IMPORTANT. This command should be
8       executed after executing kubeadm upgrade apply on another control plane
9       instance
10
11
12

SYNOPSIS

14       kubeadm upgrade node experimental-control-plane [OPTIONS]
15
16
17

DESCRIPTION

19       Downloads the kubelet  configuration  from  a  ConfigMap  of  the  form
20       "kubelet-config-1.X"  in  the  cluster, where X is the minor version of
21       the kubelet. kubeadm uses the --kubelet-version parameter to  determine
22       what the desired kubelet version is. Give
23
24
25

OPTIONS

27       --dry-run=false
28           Do not change any state, just output the actions that would be per‐
29       formed.
30
31
32       --kubeconfig="/etc/kubernetes/kubelet.conf"
33           The KubeConfig file to use when talking to the cluster. If the flag
34       is  not  set,  a set of standard locations are searched for an existing
35       KubeConfig file.
36
37
38

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

64                # Downloads the kubelet configuration from the ConfigMap in the cluster. Uses a specific desired kubelet version.
65                kubeadm upgrade node config --kubelet-version v1.12.0
66
67                # Simulates the downloading of the kubelet configuration from the ConfigMap in the cluster with a specific desired
68                # version. Does not change any state locally on the node.
69                kubeadm upgrade node config --kubelet-version v1.12.0 --dry-run
70
71
72
73

SEE ALSO

75       kubeadm-upgrade-node(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