This message was deleted.
# general
a
This message was deleted.
h
Do you see any pods in
cattle-system
?
Copy code
kubectl get po -n cattle-system
If yes, how was rancher deployed?
b
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
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
@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?