This message was deleted.
# general
a
This message was deleted.
a
node selector? labels?
f
no
default
we run zuul-ci pipline which create a namespace when every job run create pods and delete the namespace when he finished
but the pods created only on specific node
t
It sounds like some taints are being used. Maybe the pods need tolerations.
f
Taints: <none> on all nodes
on pods i see:
tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300
any idea what it could be?