Skip to content

Commit

Permalink
Merge pull request #489 from gyuho/os-label
Browse files Browse the repository at this point in the history
*: remove deprecated "beta.kubernetes.io/os" nodeSelector
  • Loading branch information
k8s-ci-robot authored Apr 29, 2020
2 parents ce88e5f + 72f9a09 commit 96f02ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-ebs-csi-driver/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
values:
- fargate
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
hostNetwork: true
priorityClassName: system-node-critical
tolerations:
Expand Down
2 changes: 1 addition & 1 deletion aws-ebs-csi-driver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
{{- end }}
spec:
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
{{- with .Values.nodeSelector }}
{{ toYaml . | indent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: ebs-csi-controller
spec:
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
beta.kubernetes.io/arch: amd64
serviceAccount: ebs-csi-controller-sa
priorityClassName: system-cluster-critical
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
values:
- fargate
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
beta.kubernetes.io/arch: amd64
hostNetwork: true
priorityClassName: system-node-critical
Expand Down

0 comments on commit 96f02ac

Please sign in to comment.