Skip to content

Commit

Permalink
stop using beta.kubernetes.io/os (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Oct 19, 2023
1 parent 56ef033 commit 508004f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eks/cni-vpc/cni-vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,12 +607,12 @@ func (ts *tester) updateCNIDaemonSet() (err error) {
{
MatchExpressions: []v1.NodeSelectorRequirement{
{
Key: "beta.kubernetes.io/os",
Key: "kubernetes.io/os",
Operator: v1.NodeSelectorOpIn,
Values: []string{"linux"},
},
{
Key: "beta.kubernetes.io/arch",
Key: "kubernetes.io/arch",
Operator: v1.NodeSelectorOpIn,
Values: []string{"amd64"},
},
Expand Down

0 comments on commit 508004f

Please sign in to comment.