55 lines
1.4 KiB
Markdown
55 lines
1.4 KiB
Markdown
|
|
Run this to revert any changes made to this host by 'kubeadm init' or 'kubeadm join'.
|
|
|
|
### Synopsis
|
|
|
|
|
|
Run this to revert any changes made to this host by 'kubeadm init' or 'kubeadm join'.
|
|
|
|
```
|
|
kubeadm reset [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
<table style="width: 100%;">
|
|
<colgroup>
|
|
<col span="1" style="width: 10px;" />
|
|
<col span="1" />
|
|
</colgroup>
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td colspan="2">--cert-dir string Default: "/etc/kubernetes/pki"</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td><td style="line-height: 130%">The path to the directory where the certificates are stored. If specified, clean this directory.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2">--cri-socket string Default: "/var/run/dockershim.sock"</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td><td style="line-height: 130%">The path to the CRI socket to use with crictl when cleaning up containers.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2">-h, --help</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td><td style="line-height: 130%">help for reset</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2">--ignore-preflight-errors stringSlice</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td><td style="line-height: 130%">A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|