Merge pull request #89462 from wawa0210/change-sriovdp-ds-arch-label

beta.kubernetes.io/arch is already deprecated since v1.14, are targeted for removal in v1.18
This commit is contained in:
Kubernetes Prow Robot 2020-03-25 11:20:19 -07:00 committed by GitHub
commit a291908548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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