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

NAME

6       kubeadm reset - Performs a best effort revert of changes made to this
7       host by 'kubeadm init' or 'kubeadm join'
8
9
10

SYNOPSIS

12       kubeadm reset [OPTIONS]
13
14
15

DESCRIPTION

17       Performs a best effort revert of changes made to this host by 'kubeadm
18       init' or 'kubeadm join'
19
20
21       The "reset" command executes the following phases:
22
23
24              preflight              Run reset pre-flight checks
25              update-cluster-status  Remove this node from the ClusterStatus object.
26              remove-etcd-member     Remove a local etcd member.
27              cleanup-node           Run cleanup node.
28
29
30
31

OPTIONS

33       --cert-dir="/etc/kubernetes/pki"
34           The path to the directory where the certificates are stored. If
35       specified, clean this directory.
36
37
38       --cri-socket=""
39           Path to the CRI socket to connect. If empty kubeadm will try to
40       auto-detect this value; use this option only if you have more than one
41       CRI installed or if you have non-standard CRI socket.
42
43
44       -f, --force=false
45           Reset the node without prompting for confirmation.
46
47
48       --ignore-preflight-errors=[]
49           A list of checks whose errors will be shown as warnings. Example:
50       'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
51
52
53       --kubeconfig="/etc/kubernetes/admin.conf"
54           The kubeconfig file to use when talking to the cluster. If the flag
55       is not set, a set of standard locations can be searched for an existing
56       kubeconfig file.
57
58
59       --skip-phases=[]
60           List of phases to be skipped
61
62
63

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

84       kubeadm(1), kubeadm-reset-phase(1),
85
86
87

HISTORY

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