Cleanup deprecated labels beta.kubernetes.io/arch and beta.kubernetes.io/os (#5964)

This commit is contained in:
Florian Ruynat
2020-04-17 14:51:06 +02:00
committed by GitHub
parent ea8b799ff0
commit 83fe607f62
21 changed files with 21 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
nodeSelector:
beta.kubernetes.io/arch: amd64
kubernetes.io/arch: amd64
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists