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

NAME

9       kubeadm  reset  - Performs a best effort revert of changes made to this
10       host by 'kubeadm init' or 'kubeadm join'
11
12
13

SYNOPSIS

15       kubeadm reset [OPTIONS]
16
17
18

DESCRIPTION

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              update-cluster-status  Remove this node from the ClusterStatus object.
29              remove-etcd-member     Remove a local etcd member.
30              cleanup-node           Run cleanup node.
31
32
33
34

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

82       kubeadm(1), kubeadm-reset-phase(1),
83
84
85

HISTORY

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