Skip to content

Commit

Permalink
removing deprecated selector
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidahal653 committed Jan 11, 2024
1 parent e46bf15 commit 625e1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/hpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
cpu: 1
nodeSelector:
kubernetes.io/role: agent
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
type: virtual-kubelet
# kubernetes.io/hostname: minsha-vk
tolerations:
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/multi-volume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
securityContext: {}
nodeSelector:
kubernetes.io/role: agent
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
type: virtual-kubelet
preemptionPolicy: PreemptLowerPriority
tolerations:
Expand Down

0 comments on commit 625e1b2

Please sign in to comment.