Closed R-Nabil closed 6 months ago
I have the same issue as above. @R-Nabil hey where you able to move forward with this? Update - Just notice the hard drive space was low when looking at dmesg, was set to 2gb, so after deleting the vms and creating new one with more space, was able to run the script without error
Yes, it is .. I was doing it on VMware. Had to change Kubernetes version and kube-vip as well
I've tried to use the latest version of the script and i'm getting few errors. The main one being that the script hangs on this line :
while [[ $(kubectl get pods -l app=nginx -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]]; do sleep 1 done
Any idea how to debug/help improve the script ? Happy to help
This is what I get from my kubectl get nodes