Merge pull request #82975 from wawa0210/dashboard-nodeSelector

Bind kubernetes dashboard containers to linux nodes to avoid Windows scheduling
This commit is contained in:
Kubernetes Prow Robot 2019-09-22 20:43:22 -07:00 committed by GitHub
commit 6f5c2507ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,8 @@ spec:
- name: tmp-volume
emptyDir: {}
serviceAccountName: kubernetes-dashboard
nodeSelector:
"beta.kubernetes.io/os": linux
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"