https://rancher.com/ logo
Title
b

best-address-42882

05/04/2023, 7:35 PM
after running command, getting error below, does anybody had that issue before? Rnahcer 2.7.0 Single docker Install helm get values rancher -n cattle-system -o yaml > values.yaml Error: release: not found
h

hundreds-evening-84071

05/04/2023, 7:55 PM
Do you see any pods in
cattle-system
?
kubectl get po -n cattle-system
If yes, how was rancher deployed?
b

best-address-42882

05/04/2023, 7:56 PM
Rancher deployed on Single node with Docker
kubectl get po -n cattle-system
NAME READY STATUS RESTARTS AGE dashboard-shell-b7cn7 2/2 Running 0 5s rancher-webhook-7f55895cd6-lz22q 1/1 Running 1 (87m ago) 89m
h

hundreds-evening-84071

05/04/2023, 7:58 PM
oh I missed that... so if you installed on single node Docker, perhaps was it installed like "docker run ... " If so, you would not have a helm deployed rancher
b

best-address-42882

05/04/2023, 7:59 PM
@hundreds-evening-84071 no, helm is installed
helm version
version.BuildInfo{Version:"v3.9.0-rancher1", GitCommit:"7f11af2d1f16e52a09552c0895b21bac3f4b16b6", GitTreeState:"clean", GoVersion:"go1.17.13"}
it's inside docker container, I guess error because no "rancher" pod inside cattle-system namespace
But I following that guide
how to update cert for Single docker install rancher then?