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: tolerations:
- key: "CriticalAddonsOnly" - key: "CriticalAddonsOnly"
operator: "Exists" operator: "Exists"
nodeSelector:
beta.kubernetes.io/os: linux
serviceAccountName: kube-dns-autoscaler serviceAccountName: kube-dns-autoscaler

View File

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

View File

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

View File

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