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

NAME

6       kubeadm upgrade node phase control-plane - Upgrade the control plane
7       instance deployed on this node, if any
8
9
10

SYNOPSIS

12       kubeadm upgrade node phase control-plane [OPTIONS]
13
14
15

DESCRIPTION

17       Upgrade the control plane instance deployed on this node, if any
18
19
20

OPTIONS

22       --certificate-renewal=true
23           Perform the renewal of certificates used by component changed
24       during upgrades.
25
26
27       --dry-run=false
28           Do not change any state, just output the actions that would be
29       performed.
30
31
32       --etcd-upgrade=true
33           Perform the upgrade of etcd.
34
35
36       -k, --experimental-kustomize=""
37           The path where kustomize patches for static pod manifests are
38       stored.
39
40
41       --kubeconfig="/etc/kubernetes/admin.conf"
42           The kubeconfig file to use when talking to the cluster. If the flag
43       is not set, a set of standard locations can be searched for an existing
44       kubeconfig file.
45
46
47

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

68       kubeadm-upgrade-node-phase(1),
69
70
71

HISTORY

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