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

NAME

6       kubeadm  upgrade  node experimental-control-plane - Upgrade 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       Upgrade the control plane instance deployed on  this  node.  IMPORTANT.
20       This  command  should be executed after executing kubeadm upgrade apply
21       on another control plane instance
22
23
24

OPTIONS

26       --certificate-renewal=false
27           Perform the renewal of certificates used by component changed  dur‐
28       ing upgrades.
29
30
31       --dry-run=false
32           Do not change any state, just output the actions that would be per‐
33       formed.
34
35
36       --etcd-upgrade=false
37           Perform the upgrade of etcd.
38
39
40       --kubeconfig="/etc/kubernetes/admin.conf"
41           The kubeconfig file to use when talking to the cluster. If the flag
42       is not set, a set of standard locations can be searched for an existing
43       kubeconfig file.
44
45
46

OPTIONS INHERITED FROM PARENT COMMANDS

48       --azure-container-registry-config=""
49           Path to the file containing Azure container registry  configuration
50       information.
51
52
53       --log-flush-frequency=5s
54           Maximum number of seconds between log flushes
55
56
57       --rootfs=""
58           [EXPERIMENTAL] The path to the 'real' host root filesystem.
59
60
61       --version=false
62           Print version information and quit
63
64
65

SEE ALSO

67       kubeadm-upgrade-node(1),
68
69
70

HISTORY

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