aks-app-routing-operator icon indicating copy to clipboard operation
aks-app-routing-operator copied to clipboard

[FeatureRequest] Tolerations and NodeSelector

Open Sokratis1904 opened this issue 1 year ago • 1 comments

I would like to propose the addition of support for Tolerations and NodeSelector in the Nginx Ingress Controller. This feature is essential for users like myself who need to deploy resources on dedicated NodePools. By allowing Tolerations and NodeSelectors to be configured, we can ensure that the Nginx Ingress Controller can effectively manage traffic on specific nodes that meet our resource and performance requirements.

tolerations:
  - key: infra
    operator: Equal
    value: "true"
    effect: NoSchedule
  nodeSelector:
    type: infra

Sokratis1904 avatar Mar 28 '25 14:03 Sokratis1904

We have the same requirement and it would be great to be able to do this natively, instead of having to modify deployments in an unsupported fashion (which is currently the only option.)

validis-ad avatar Jul 15 '25 15:07 validis-ad