Skip to content

Commit d159826

Browse files
authored
Merge pull request #6305 from aledbf/ns
Add default linux nodeSelector
2 parents e90b559 + 23800f0 commit d159826

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/ingress-nginx/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: ingress-nginx
3-
version: 3.5.1
3+
version: 3.6.0
44
appVersion: 0.40.2
55
home: https://github.com/kubernetes/ingress-nginx
66
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

charts/ingress-nginx/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ controller:
228228
## Node labels for controller pod assignment
229229
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
230230
##
231-
nodeSelector: {}
231+
nodeSelector:
232+
kubernetes.io/os: linux
232233

233234
## Liveness and readiness probe values
234235
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes

0 commit comments

Comments
 (0)