Hello,
I am trying to do Lighting Lab -1 (Udemy Labs - Certified Kubernetes Application Developer - KodeKloud).
I have noticed that it has just a single node:
NAME STATUS ROLES AGE VERSION
controlplane Ready control-plane,master 62m v1.20.0
None of the Pods in the lab is running due to the error: "0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/disk-pressure: }, that the pod didn’t tolerate."
Shouldn’t there be additional nodes available?
Kuba