Files
Qiming 9e69b33365 Reference doc for kubeadm (release-1.11) (#9044)
* Reference doc for kubeadm (release-1.11)

* fix shortcode to troubleshoot deploy (#9057)
2018-06-27 13:07:22 -07:00

1.7 KiB

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

<tr>
  <td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki"</td>
</tr>
<tr>
  <td></td><td style="line-height: 130%; word-wrap: break-word;">The path to the directory where the certificates are stored. If specified, clean this directory.</td>
</tr>

<tr>
  <td colspan="2">--cri-socket string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/var/run/dockershim.sock"</td>
</tr>
<tr>
  <td></td><td style="line-height: 130%; word-wrap: break-word;">The path to the CRI socket to use with crictl when cleaning up containers.</td>
</tr>

<tr>
  <td colspan="2">--force</td>
</tr>
<tr>
  <td></td><td style="line-height: 130%; word-wrap: break-word;">Reset the node without prompting for confirmation.</td>
</tr>

<tr>
  <td colspan="2">-h, --help</td>
</tr>
<tr>
  <td></td><td style="line-height: 130%; word-wrap: break-word;">help for reset</td>
</tr>

<tr>
  <td colspan="2">--ignore-preflight-errors stringSlice</td>
</tr>
<tr>
  <td></td><td style="line-height: 130%; word-wrap: break-word;">A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.</td>
</tr>