question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Helm keeps uninstalling on Google cloud

See original GitHub issue

I setup a binderhub exactly as given in the docs.

However, once I want to change something the next day, I get a helm not found error:

myusername@google-project:~$ helm install jupyterhub/binderhub --version=v0.1.0-e54c217 --name=binder --namespace=binder -f secret.yaml -f config.yaml
-bash: helm: command not found

The way I’ve tried to circumvent the problem previously is reinstalling helm through:

  • curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash

However, this then breaks my binder build

// and I have to try over from scratch on a new gmail account 😢


i.e. you get the following error on binder right after the docker image is built

(but before its saved & deployed)

Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Built image, launching...
Launching server...
Failed to create temporary user for gcr.io/google-project/binder-prodmyusername-2dwebio-2dbinder-8s3d52:2f02w41sdv123caser512

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
djsegalcommented, Mar 19, 2018

Wooooo. Thanks!

0reactions
djsegalcommented, Mar 20, 2018

Wrapping this up. Don’t use helm on google cloud console.

Just do it on your laptop.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manage Helm charts - Artifact Registry - Google Cloud
This page explains how to manage Helm 3 charts saved as OCI container ... In an Artifact Registry repository, you can delete an...
Read more >
Troubleshooting - Helm
The old Google helm chart repository has been replaced by a new Helm chart repository. Run the following command to permanently fix this:....
Read more >
Installing Helm in Google Kubernetes Engine (GKE) - Medium
Return to the Cloud Shell and run the teardown script to cleanup your project. This will delete your cluster and the containers that...
Read more >
Helm deletes StorageClass but keeps Persistent volume claims
If I delete the release helm delete release-name --purge it keeps pv and pvc which is fine. But it deletes the StorageClass even...
Read more >
Helm Releases - Flux CD
+optional Rollback *Rollback `json:"rollback,omitempty"` // Uninstall holds the configuration for Helm uninstall actions for this HelmRelease.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found