1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm reset - Run this to revert any changes made to this host by
7 'kubeadm init' or 'kubeadm join'.
8
9
10
12 kubeadm reset [OPTIONS]
13
14
15
17 Run this to revert any changes made to this host by 'kubeadm init' or
18 'kubeadm join'.
19
20
21
23 --cert-dir="/etc/kubernetes/pki"
24 The path to the directory where the certificates are stored. If
25 specified, clean this directory.
26
27
28 --cri-socket="/var/run/dockershim.sock"
29 The path to the CRI socket to use with crictl when cleaning up con‐
30 tainers.
31
32
33 -f, --force=false
34 Reset the node without prompting for confirmation.
35
36
37 --ignore-preflight-errors=[]
38 A list of checks whose errors will be shown as warnings. Example:
39 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
40
41
42 --kubeconfig="/etc/kubernetes/admin.conf"
43 The kubeconfig file to use when talking to the cluster. If the flag
44 is not set, a set of standard locations are searched for an existing
45 KubeConfig file.
46
47
48
50 --azure-container-registry-config=""
51 Path to the file containing Azure container registry configuration
52 information.
53
54
55 --log-flush-frequency=5s
56 Maximum number of seconds between log flushes
57
58
59 --rootfs=""
60 [EXPERIMENTAL] The path to the 'real' host root filesystem.
61
62
63 --version=false
64 Print version information and quit
65
66
67
69 kubeadm(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Eric Paris kubernetes User Manuals KUBERNETES(1)