mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
Cleanup deprecated labels beta.kubernetes.io/arch and beta.kubernetes.io/os (#5964)
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
kubernetes.io/os: linux
|
||||
priorityClassName: {% if netcheck_namespace == 'kube-system' %}system-node-critical{% else %}k8s-cluster-critical{% endif %}{{''}}
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
|
||||
Reference in New Issue
Block a user