kubernetes-sigs / aws-iam-authenticator

A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
Apache License 2.0
2.19k stars 418 forks source link

Use new AWS public container registry #356

Closed Anthonyzou closed 3 years ago

Anthonyzou commented 3 years ago

It's is kind of annoying to have to install the AWS command line just to pull the image. Would it be possible to switch over to the new public ECR? The flow is more simple.

News here https://aws.amazon.com/blogs/aws/amazon-ecr-public-a-new-public-container-registry/

fejta-bot commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

Quarky9 commented 3 years ago

FYI I created a public ECR repo at https://gallery.ecr.aws/zero-downtime/aws-iam-authenticator in the meantime. Alpine based, sources at: https://git.zero-downtime.net/ZeroDownTime/container-park/src/branch/master/aws-iam-authenticator

fejta-bot commented 3 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten

nckturner commented 3 years ago

/remove-lifecycle rotten

Anthonyzou commented 3 years ago

The public ECR repo seems great!