Serhii Aheienko

Results 4 comments of Serhii Aheienko

@eldridgeh yes, there are a few ones: ``` templates/clustercheck.sh.tpl:1:until $([ $(sudo kubectl get nodes|grep Ready|grep master|wc -l) -ge 1 ]); do printf '.'; sleep 5; done templates/network.sh.tpl:5:until $([ $(sudo kubectl...

This still affects nodes created with the `Add node` button. Steps to reproduce: 1. Deploy cluster. 2. Add a node to the ready cluster. 3. If provisioning of the node...

Looks like control is just removing a droplet for this step. To gracefully shut down a node it should be removed from a kubernetes cluster before.