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

@@ -63,7 +63,7 @@ spec:
emptyDir: {}
serviceAccountName: kubernetes-dashboard
nodeSelector:
"beta.kubernetes.io/os": linux
"kubernetes.io/os": linux
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"