😀Hello Rancher community, I have the following error:
⚠️
Error: INSTALLATION FAILED: 2 errors occurred:
* Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://rke2-ingress-nginx-controller-admission.kube-system.svc:443/networking/v1/ingresses?timeout=10s": context deadline exceeded
* Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": context deadline exceeded
You may have encountered this error, my nodes do not have internet access, so I try to install my rancher console with an internal IP
My cluster in RKE2 with 3 master nodes is ok en RHEL 9
The command I ran was this:
helm install rancher rancher-latest/rancher \
--namespace cattle-system \
--set hostname=my-declared-host-etc-hosts \
--set ingress.tls.source=rancher \
--set replicas=3 \
--set bootstrapPassword=password