1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
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
14 kubeadm upgrade node experimental-control-plane [OPTIONS]
15
16
17
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
27 --dry-run=false
28 Do not change any state, just output the actions that would be per‐
29 formed.
30
31
32 --etcd-upgrade=true
33 Perform the upgrade of etcd.
34
35
36 --kubeconfig="/etc/kubernetes/kubelet.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
44 --azure-container-registry-config=""
45 Path to the file containing Azure container registry configuration
46 information.
47
48
49 --log-flush-frequency=5s
50 Maximum number of seconds between log flushes
51
52
53 --rootfs=""
54 [EXPERIMENTAL] The path to the 'real' host root filesystem.
55
56
57 --version=false
58 Print version information and quit
59
60
61
63 # Downloads the kubelet configuration from the ConfigMap in the cluster. Uses a specific desired kubelet version.
64 kubeadm upgrade node config --kubelet-version v1.13.0
65
66 # Simulates the downloading of the kubelet configuration from the ConfigMap in the cluster with a specific desired
67 # version. Does not change any state locally on the node.
68 kubeadm upgrade node config --kubelet-version v1.13.0 --dry-run
69
70
71
72
74 kubeadm-upgrade-node(1),
75
76
77
79 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
80 com) based on the kubernetes source material, but hopefully they have
81 been automatically generated since!
82
83
84
85Eric Paris kubernetes User Manuals KUBERNETES(1)