Hi there,
I’m using rancher helm chart to install Rancher dashboard to my air gapped kubernetes environment.
When I’m installing the rancher chart on kubernetes, I see it’s creating so many helm-operation-xxxx
pod on cattle-system
namespace. It can’t pull the rancher/shell:v0.1.14
image, because my kubernetes cluster is air gapped and has no access to internet !
How can I change the rancher/shell:v0.1.14
image to myprivateregistry:5000/rancher/shell:v0.1.14
?
Thanks