Offical kubernetes dashboard should schedule to linux node

This commit is contained in:
张潇 2019-09-22 08:00:40 +08:00
parent 4d94bfdcdf
commit d6c9976739
2 changed files with 2 additions and 1 deletions

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"

View File

@ -26,7 +26,6 @@ spec:
hostNetwork: true
nodeSelector:
node.kubernetes.io/kube-proxy-ds-ready: "true"
beta.kubernetes.io/os: linux
tolerations:
- operator: "Exists"
effect: "NoExecute"