kubernetes/cloud-provider-aws

Publish the ecr-credential-provider binary in Github releases

pinkplus opened this issue · 5 comments

What would you like to be added:
Publish the ecr-credential-provider binary in Github releases

Why is this needed:
When I set up a custom Kubernetes cluster, I use the ecr-credential-provider from this repository for ECR authentication. However, currently I have to compile and distribute the binary by myself.

It will be very helpful if the binary can be published in Github releases, so that we can download it directly from Github.

Check this as well: k3s-io/k3s#3012. It should benefit many people.

/kind feature

/triage accepted

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

/remove-lifecycle stale

Looks like this just needs to be documented that they are published to GCS: #568 (comment)

Yes but the latest release are not there I can't download

curl -v -L https://artifacts.k8s.io/binaries/cloud-provider-aws/v1.29.1/linux/amd64/ecr-credential-provider-linux-amd64

get error

<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: k8s-artifacts-prod/binaries/cloud-provider-aws/v1.29.1/linux/amd64/ecr-credential-provider-linux-amd64</Details></Error>