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
44 --azure-container-registry-config=""
45 Path to the file containing Azure container registry configuration
46 information.
47
48
49 --google-json-key=""
50 The Google Cloud Platform Service Account JSON Key to use for
51 authentication.
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
68 kubeadm(1),
69
70
71
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)