-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fix Helm Error 403 on chart repository #225
Comments
This is resolved. Based on the comments in this PR, my guess is the core problem was the use of helm version 2.x. I was unable to reproduce the problem before merging the above PR. The PR for the terraform modules was merged in any case to explicitly pull from the latest URL for helm charts. |
@laisbsc and @tylerpotts , I upgraded helm in my qhub environment:
but I'm still getting the error:
when I try:
Do I need to do |
I reckon that could sort out the problem, @rsignell-usgs. Do you mind re-rendering and coming back to us? Chat soon! |
@laisbsc , okay, here's what I've done so far: After upgrading helm, I did:
This didn't work, told me I needed to run This ran for a awhile and then produced this error:
|
@laisbsc or @tylerpotts , should I just go ahead and start deleting stuff (like this IAM role) using the AWS console, or do I want to try to wait and fix via Terraform or AWS CLI? |
@rsignell-usgs I chatted with @costrouc this morning, and he mentioned that he also ran into some problems going from helm 2.x to 3.x. His suggestion is to delete the |
@tylerpotts , I deleted the
Should we keep trying or should I punt and use the console? |
Ah, I should have read your error more closely. This doesn't look like a helm error to me. I think this is AWS-ism that you will have to go into console to resolve manually. In my experience, Terraform doesn't do well if the destroy is interrupted halfway and often requires manual deletion via console. |
I'm happy to report that:
|
The happiness! <3 We're happy you got that sorted too. Wondering if this deserves a 'Troubleshoot' section on the docs.
I went ahead and checked the URL. And damn this is (happy) tear-inducing! The visualizations are so neat! Take care and chat soon! |
@jkellndorfer and I are trying to delete our old qhub deployment, and using the above approach bombed out on the Error: Unsupported argument
on kubernetes.tf line 2, in provider "kubernetes":
2: load_config_file = false what now, oh Qhub gurus? |
@rsignell-usgs I'd suggest going into that |
@tylerpotts you da man! commented that out, ran
|
@rsignell-usgs Great news! I think the problem is/was that the module for kubernetes has been updated and no longer supports that argument. This is part of the reason we're hoping to more tightly pin dependencies in this next release |
A user reported getting errors when trying to destroy an old qhub deployment using
terraform destroy -auto-approve
, more details on the issue on #218.The probable cause is Helm (see epic #224) and a possible solution can be found at Stack Overflow.
The text was updated successfully, but these errors were encountered: