kubeadm reset

    Performs a best effort revert of changes made to this host by ‘kubeadm init’ or ‘kubeadm join’

    The “reset” command executes the following phases:

    —rootfs string
    [EXPERIMENTAL] The path to the 'real' host root filesystem.

    can be used to execute the separate phases of the above workflow.To skip a list of phases you can use the —skip-phases flag, which works in a similar way tothe kubeadm join and kubeadm init phase runners.

    will not delete any etcd data if external etcd is used. This means that if you run kubeadm init again using the same etcd endpoints, you will see state from previous clusters.

    See the for more information.

    Feedback

    Was this page helpful?