You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: