vshn / component-appcat

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Remove the org label from the syn-appcat namespace #428

Closed TheBigLee closed 1 month ago

TheBigLee commented 1 month ago

The organization label causes all pods in that namespace to have the node selector set to a compute node (eg. flex). However, we also have a node selector on the namespace level set to the infra nodes. This causes all pods to have two node selectors that are mutually exclusive and results in unschedulable pods

Checklist