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              remove-etcd-member  Remove a local etcd member.
29              cleanup-node        Run cleanup node.
30
31
32
33

OPTIONS

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       --cleanup-tmp-dir=false      Cleanup the  "/etc/kubernetes/tmp"  direc‐
40       tory
41
42
43       --cri-socket=""       Path  to  the  CRI  socket  to  connect. If empty
44       kubeadm will try to auto-detect this value; use this option only if you
45       have  more  than  one  CRI  installed  or  if you have non-standard CRI
46       socket.
47
48
49       --dry-run=false      Don't apply any changes; just output what would be
50       done.
51
52
53       -f,  --force=false       Reset the node without prompting for confirma‐
54       tion.
55
56
57       --ignore-preflight-errors=[]      A list of checks whose errors will be
58       shown  as  warnings.  Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
59       nores errors from all checks.
60
61
62       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
63       use when talking to the cluster. If the flag is not set, a set of stan‐
64       dard locations can be searched for an existing kubeconfig file.
65
66
67       --skip-phases=[]      List of phases to be skipped
68
69
70

OPTIONS INHERITED FROM PARENT COMMANDS

72       --azure-container-registry-config=""      Path to the  file  containing
73       Azure container registry configuration information.
74
75
76       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
77       filesystem.
78
79
80       --version=false      Print version information and quit
81
82
83

SEE ALSO

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

HISTORY

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