Trying to run Manage Secrets in Kubernetes but cannot do anything: the kubectl get nodes
shows at least one not-ready node. Tried running scenario 3 times, no luck:
thor@jump_host ~$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
controlplane NotReady master 7m7s v1.19.0
node01 NotReady <none> 6m35s v1.19.0
Should I just keep restarting scenario or is something busted?