You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reset command always tries to delete all MachineDeployment objects. This doesn't work if machine-controller is not deployed or there are no MachineDeployment objects.
What is the expected behavior:
The reset command works if machine-controller is not deployed or there are no MachineDeployment objects.
How to reproduce the issue:
Create a cluster using KubeOne with machine-controller disabled,
Run kubeone reset.
The text was updated successfully, but these errors were encountered:
What happened:
The
reset
command always tries to delete all MachineDeployment objects. This doesn't work ifmachine-controller
is not deployed or there are no MachineDeployment objects.What is the expected behavior:
The
reset
command works ifmachine-controller
is not deployed or there are no MachineDeployment objects.How to reproduce the issue:
kubeone reset
.The text was updated successfully, but these errors were encountered: