It applied successfully, however, the pods are err'ing out with the following error:
0/6 nodes are available: 1 Too many pods, 5 node(s) didn't match Pod's node affinity/selector.
What am I doing wrong? For reference, I am using EKS with Fargate. I read online about removing the tolerations, however, i'm unsure if this would fix the issue. And I thought about adding the nodeSelector key, but unsure where exactly to put it inside the .yaml file that is downloaded.
Hi,
I have followed the Quick Start Container Insights - tutorial.
I used the following command:
It applied successfully, however, the pods are err'ing out with the following error:
0/6 nodes are available: 1 Too many pods, 5 node(s) didn't match Pod's node affinity/selector.
What am I doing wrong? For reference, I am using EKS with Fargate. I read online about removing the tolerations, however, i'm unsure if this would fix the issue. And I thought about adding the
nodeSelector
key, but unsure where exactly to put it inside the.yaml
file that is downloaded.Your assistance would be great!
Thank you.