1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm upgrade node - Upgrade commands for a node in the cluster
10
11
12

SYNOPSIS

14       kubeadm upgrade node [OPTIONS]
15
16
17

DESCRIPTION

19       Upgrade commands for a node in the cluster
20
21
22       The "node" command executes the following phases:
23
24
25              preflight       Run upgrade node pre-flight checks
26              control-plane   Upgrade the control plane instance deployed on this node, if any
27              kubelet-config  Upgrade the kubelet configuration for this node
28
29
30
31

OPTIONS

33       --certificate-renewal=true       Perform  the  renewal  of certificates
34       used by component changed during upgrades.
35
36
37       --dry-run=false      Do not change any state, just output  the  actions
38       that would be performed.
39
40
41       --etcd-upgrade=true      Perform the upgrade of etcd.
42
43
44       --experimental-patches=""       Path to a directory that contains files
45       named "target[suffix][+patchtype].extension". For example,  "kube-apis‐
46       erver0+merge.yaml"  or  just  "etcd.json".  "patchtype"  can  be one of
47       "strategic", "merge" or "json" and they match the  patch  formats  sup‐
48       ported  by kubectl. The default "patchtype" is "strategic". "extension"
49       must be either "json" or "yaml". "suffix" is an  optional  string  that
50       can  be used to determine which patches are applied first alpha-numeri‐
51       cally.
52
53
54       --ignore-preflight-errors=[]      A list of checks whose errors will be
55       shown  as  warnings.  Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
56       nores errors from all checks.
57
58
59       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
60       use when talking to the cluster. If the flag is not set, a set of stan‐
61       dard locations can be searched for an existing kubeconfig file.
62
63
64       --skip-phases=[]      List of phases to be skipped
65
66
67

OPTIONS INHERITED FROM PARENT COMMANDS

69       --azure-container-registry-config=""      Path to the  file  containing
70       Azure container registry configuration information.
71
72
73       --log-flush-frequency=5s       Maximum  number  of  seconds between log
74       flushes
75
76
77       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
78       filesystem.
79
80
81       --version=false      Print version information and quit
82
83
84

SEE ALSO

86       kubeadm-upgrade(1), kubeadm-upgrade-node-phase(1),
87
88
89

HISTORY

91       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
92       com) based on the kubernetes source material, but hopefully  they  have
93       been automatically generated since!
94
95
96
97Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum