Skip to content

Commit

Permalink
Follow up to aws#934
Browse files Browse the repository at this point in the history
  • Loading branch information
nithu0115 committed Apr 30, 2020
1 parent a949d35 commit cdbd536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/v1.6/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: "beta.kubernetes.io/os"
- key: "kubernetes.io/os"
operator: In
values:
- linux
- key: "beta.kubernetes.io/arch"
- key: "kubernetes.io/arch"
operator: In
values:
- amd64
- key: eks.amazonaws.com/compute-type
- key: "eks.amazonaws.com/compute-type"
operator: NotIn
values:
- fargate
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
operator: In
values:
- linux
- key: "beta.kubernetes.io/arch"
- key: "kubernetes.io/arch"
operator: In
values:
- amd64
Expand Down

0 comments on commit cdbd536

Please sign in to comment.