mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-18 07:34:12 +00:00
added nodeSelector: beta.kubernetes.io/os: linux
This commit is contained in:
@@ -93,6 +93,8 @@ spec:
|
||||
tolerations:
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
volumes:
|
||||
- name: kube-dns-config
|
||||
configMap:
|
||||
|
@@ -93,6 +93,8 @@ spec:
|
||||
tolerations:
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
volumes:
|
||||
- name: kube-dns-config
|
||||
configMap:
|
||||
|
@@ -93,6 +93,8 @@ spec:
|
||||
tolerations:
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
volumes:
|
||||
- name: kube-dns-config
|
||||
configMap:
|
||||
|
Reference in New Issue
Block a user