Skip to content

Commit

Permalink
Merge pull request #472 from hugoprudente/affinity
Browse files Browse the repository at this point in the history
Adding amd64 as nodeSelector to avoid arm64 archtectures (#471)
  • Loading branch information
k8s-ci-robot committed Mar 28, 2020
2 parents e9efb84 + 4e35d21 commit f55767a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/kubernetes/base/controller.yaml
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/arch: amd64
serviceAccount: ebs-csi-controller-sa
priorityClassName: system-cluster-critical
tolerations:
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/base/node.yaml
Expand Up @@ -16,6 +16,7 @@ spec:
spec:
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/arch: amd64
hostNetwork: true
priorityClassName: system-node-critical
tolerations:
Expand Down

0 comments on commit f55767a

Please sign in to comment.