civo / kube100

NOTE: This repo is no longer being maintained or monitored. If you are facing any issues, you could either create an issue on the other respective repos (if any) or directly reach to us via civo.com
29 stars 2 forks source link

Do not allow deleting node resource using kubectl as it has side effects #63

Open liptanbiswas opened 3 years ago

liptanbiswas commented 3 years ago

Steps to reproduce:

  1. Create a cluster with 2 nodes.
  2. Deleted a node using kubectl.
  3. Scale down the cluster.
  4. See cluster is stuck in scaling in civo dashboard.

Just my 2 cents. If I am correct, nodes are managed by some Civo operator. Ideally kubectl should not be able to modify them.