Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish the ecr-credential-provider binary in Github releases #512

Open
pinkplus opened this issue Sep 29, 2022 · 5 comments
Open

Publish the ecr-credential-provider binary in Github releases #512

pinkplus opened this issue Sep 29, 2022 · 5 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@pinkplus
Copy link

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

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Sep 29, 2022
@olemarkus
Copy link
Member

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 2, 2022
@k8s-triage-robot
Copy link

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

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 31, 2022
@pinkplus
Copy link
Author

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 31, 2022
@sidewinder12s
Copy link

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

@pfrydids
Copy link

pfrydids commented Jul 3, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants