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

Install Service Catalog using Helm returns 403 #25834

Closed
polskikiel opened this issue Dec 28, 2020 · 4 comments
Closed

Install Service Catalog using Helm returns 403 #25834

polskikiel opened this issue Dec 28, 2020 · 4 comments
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@polskikiel
Copy link

Commands located under this article and here are not working with the following reason:

$ helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
Error: looks like "https://svc-catalog-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://svc-catalog-charts.storage.googleapis.com/index.yaml : 403 Forbidden
helm install catalog svc-cat/catalog --namespace catalog
Error: failed to download "svc-cat/catalog" (hint: running `helm repo update` may help)

running helm repo update didn't help

@k8s-ci-robot
Copy link
Contributor

@polskikiel: This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Dec 28, 2020
@polskikiel
Copy link
Author

ok I see that issue for this was already created: kubernetes-retired/service-catalog#2869, closing as it should be resolved there

@suneetk92
Copy link

Downloading the chart from https://github.com/kubernetes-sigs/service-catalog/tree/master/charts/catalog and installing it locally worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

4 participants
@suneetk92 @k8s-ci-robot @polskikiel and others