Edith Puclla:
Hello ![]()
What does this error mean?
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 16s (x2 over 16s) default-scheduler 0/2 nodes are available: 1 node(s) had taint {<http://node-role.kubernetes.io/master|node-role.kubernetes.io/master>: }, that the pod didn't tolerate, 1 node(s) had taint {<http://node.kubernetes.io/unreachable|node.kubernetes.io/unreachable>: }, that the pod didn't tolerate.
I just created a simple pod in a server using this command:
kubectl run mypodx --image=redis --dry-run=client -o yaml >/root/mypodx.yaml