kube-aws / kube-spot-termination-notice-handler

A Kubernetes DaemonSet to gracefully delete pods 2 minutes before an EC2 Spot Instance gets terminated
Apache License 2.0
378 stars 77 forks source link

ARM Support #52

Open tschirmer opened 2 years ago

tschirmer commented 2 years ago

Is your feature request related to a problem? Please describe. ARM support for AWS gravtion2 processors

Describe the solution you'd like should be able to be achieved within the build pipeline with the following:

docker buildx install
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 . -t kubeaws/kube-spot-termination-notice-handler:latest --push
tschirmer commented 2 years ago

bump