1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm reset - Performs a best effort revert of changes made to this
10 host by 'kubeadm init' or 'kubeadm join'
11
12
13
15 kubeadm reset [OPTIONS]
16
17
18
20 Performs a best effort revert of changes made to this host by 'kubeadm
21 init' or 'kubeadm join'
22
23
24 The "reset" command executes the following phases:
25
26
27 preflight Run reset pre-flight checks
28 remove-etcd-member Remove a local etcd member.
29 cleanup-node Run cleanup node.
30
31
32
33
35 --cert-dir="/etc/kubernetes/pki" The path to the directory where
36 the certificates are stored. If specified, clean this directory.
37
38
39 --cri-socket="" Path to the CRI socket to connect. If empty
40 kubeadm will try to auto-detect this value; use this option only if you
41 have more than one CRI installed or if you have non-standard CRI
42 socket.
43
44
45 --dry-run=false Don't apply any changes; just output what would be
46 done.
47
48
49 -f, --force=false Reset the node without prompting for confirma‐
50 tion.
51
52
53 --ignore-preflight-errors=[] A list of checks whose errors will be
54 shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
55 nores errors from all checks.
56
57
58 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
59 use when talking to the cluster. If the flag is not set, a set of stan‐
60 dard locations can be searched for an existing kubeconfig file.
61
62
63 --skip-phases=[] List of phases to be skipped
64
65
66
68 --azure-container-registry-config="" Path to the file containing
69 Azure container registry configuration information.
70
71
72 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
73 filesystem.
74
75
76 --version=false Print version information and quit
77
78
79
81 kubeadm(1), kubeadm-reset-phase(1),
82
83
84
86 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
87 com) based on the kubernetes source material, but hopefully they have
88 been automatically generated since!
89
90
91
92Manuals User KUBERNETES(1)(kubernetes)