Azure / Azure/aks-app-routing-operator
[FeatureRequest] Tolerations and NodeSelector
- Dominant language
- Go
- Stars
- 40
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the Nginx Ingress Controller deployment configuration and related tests; done means Tolerations and NodeSelector can be configured for dedicated node pools and the behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes, nginx
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100