Replace Beta OS/arch labels with the GA ones

Beta OS/arch labels have been deprecated since 1.14.
This change replaces these labels with the GA ones.
This commit is contained in:
Yu-Ju Hong
2020-02-12 11:30:39 -08:00
parent a70e574955
commit bcd975aa65
19 changed files with 30 additions and 30 deletions

View File

@@ -241,7 +241,7 @@ spec:
- key: {{ .ControlPlaneTaintKey }}
effect: NoSchedule
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
containers:
- name: coredns
image: {{ .Image }}

View File

@@ -113,6 +113,6 @@ spec:
operator: Exists
- operator: Exists
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
`
)