Well helm install is supported by the chart. I’ll ...
# general
r
Well helm install is supported by the chart. I’ll check if helm template works.
w
What is the full error you get? Or more specifically - in what way does
helm fetch gloo/gloo --untar --destination /tmp/tmp-12397xMcptBYcaXX7
fail? Note that that is just about fetching the chart - none of the actual Helm semantics should be involved? I suspect this is not related to Helm 2 vs. Helm 3 (curious if there was a specific reason you expected it was?)
r
repo gloo not found
w
Okay - have you not run these commands yet locally?
Copy code
helm repo add gloo <https://storage.googleapis.com/solo-public-helm>
helm repo update
r
No 🤦
w
Note that I believe it is possible to provide this directly to teh
Chart
constructor without needing to run the commands locally - but I can't off the top of my head recall the incantations.
r
Oh that is interesting. Right now I have a bootstrap.sh for the
helm repo add
things. No clue why I assumed this one wouldn’t need it.
g
you can pass the fully qualified chart URL to the constructor instead of the chart and repo name. Then you don't have to run Helm repo add before.
🎄 1
👍 1