Bind ingress controller to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes

This commit is contained in:
xiaozhang 2019-10-07 23:27:32 +08:00 committed by 张潇
parent 2c6fbdca30
commit 1908d0e605
2 changed files with 4 additions and 0 deletions

View file

@ -213,6 +213,8 @@ spec:
# wait up to five minutes for the drain of connections # wait up to five minutes for the drain of connections
terminationGracePeriodSeconds: 300 terminationGracePeriodSeconds: 300
serviceAccountName: nginx-ingress-serviceaccount serviceAccountName: nginx-ingress-serviceaccount
nodeSelector:
kubernetes.io/os: linux
containers: containers:
- name: nginx-ingress-controller - name: nginx-ingress-controller
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.1 image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.1

View file

@ -24,6 +24,8 @@ spec:
# wait up to five minutes for the drain of connections # wait up to five minutes for the drain of connections
terminationGracePeriodSeconds: 300 terminationGracePeriodSeconds: 300
serviceAccountName: nginx-ingress-serviceaccount serviceAccountName: nginx-ingress-serviceaccount
nodeSelector:
kubernetes.io/os: linux
containers: containers:
- name: nginx-ingress-controller - name: nginx-ingress-controller
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.1 image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.1