I have two networks that I am installing rancher o...
# general
c
I have two networks that I am installing rancher on. One I can mirror from the internet, the other is air gapped. The first network I was able to deploy RKE2 (using rpm) and then able to deploy rancher using a mirror docker/helm repository. So I bundled all the images/charts/rpms and got them to my air gapped network. RKE2 installs fine but when installing rancher the pod comes up with this error:
Copy code
"Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.32.1/tools/cache/reflector.go:251: Failed to watch *v1.AKSClusterConfig: failed to list *v1.AKSClusterConfig: the server could not find the requested resource (get aksclusterconfigs.meta.k8s.io)" logger="UnhandledError"
I noticed on my mirrored installation that there are roughly 117 crds (there are some azure ones there) where as my offline installation only has 30 crds. I saw online that I could potentially do
--set useBundledSystemChart=true
when deploying the helm chart but that has not resolved the issue. Any thoughts?
have confirmed that the 30 are the rke2 crds. online is saying that the rancher image comes with all the crds baked in? doesn't seem to be the case or im using it wrong in some fashion
Or i would have to mirror all the charts here: https://github.com/rancher/charts/tree/release-v2.11