Closed
Description
/kind bug
What happened?
arm support was added in #527 for the driver Docker images. However, when deploying the EBS CSI from this repo it references Docker images that are not multiarch. Thus the deployment gets stuck in a crash loop. So ARM still won't work.
As well as snapshotted and resize. The ones from qauy.io
and not multi arch.
What you expected to happen?
A successful deployment of the EBS CSI Driver on ARM based servers like m6g.
How to reproduce it (as minimally and precisely as possible)?
Try to deploy the EBS CSI on ARM based systems.
Anything else we need to know?:
Environment
- Kubernetes version (use
kubectl version
):
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.8-eks-7c9bda", GitCommit:"7c9bda52c425d0d56d7b93f1377a826b4132c05c", GitTreeState:"clean", BuildDate:"2020-08-28T23:04:33Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
- Driver version:
v0.7.0