I get this error when i tried to deploy one deployment with ten replicas.
0/2 nodes are available: 1 Insufficient memory, 1 node(s) had taints that the pod didn't tolerate.
I don't understand why two node. Is the same node and just the same problem.
I have a lot of RAM (1GB) free.
How can i fix this error with out add another node.
I have in deployment yaml file this for resources:
limits: cpu: 1000m memory: 1000Mi requests: cpu: 100m memory: 200Mi
Server:
Master:
CPU: 2 RAM: 2 - 1 FreeSlave:
CPU: 2 RAM: 2 - 1 Free