added nodeSelector: beta.kubernetes.io/os: linux

This commit is contained in:
Yu Liao 2019-11-05 15:38:36 -08:00
parent 75aca1fe03
commit dac667a66e
4 changed files with 8 additions and 0 deletions

View File

@ -103,4 +103,6 @@ spec:
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
nodeSelector:
beta.kubernetes.io/os: linux
serviceAccountName: kube-dns-autoscaler

View File

@ -93,6 +93,8 @@ spec:
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
nodeSelector:
beta.kubernetes.io/os: linux
volumes:
- name: kube-dns-config
configMap:

View File

@ -93,6 +93,8 @@ spec:
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
nodeSelector:
beta.kubernetes.io/os: linux
volumes:
- name: kube-dns-config
configMap:

View File

@ -93,6 +93,8 @@ spec:
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
nodeSelector:
beta.kubernetes.io/os: linux
volumes:
- name: kube-dns-config
configMap: