This message was deleted.
# general
a
This message was deleted.
s
the docs are
helm install rancher rancher-<CHART_REPO>/rancher ...
you're missing the install name
rancher
b
Now' I'm getting installation failed repo rancher-latest not found
but it's the one I added previously with helm add repo
s
in the same terminal where the helm install is run, is
rancher-latest
listed in
helm repo list
?
b
yep, along with jetstack
Copy code
helm install rancher rancher-latest/rancher --namespace cattle-system -set-hostname=bla --kubeconfig /etc/rancher/rke2/rke2.yaml
s
and if you run
helm search repo -l rancher-latest
, you can see lots of entries for
rancher-latest/rancher
(which exactly matches the text in your install command)?
b
it just worked this morning, no idea why!
1081 Views