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

@@ -101,7 +101,7 @@ metadata:
name: nginx-azuredisk
spec:
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
containers:
- image: nginx
name: nginx-azuredisk