This message was deleted.
# general
a
This message was deleted.
f
My issue is similar to the URL: https://github.com/rancher/rancher/issues/10322
I appreciate if anyone can help on this issue. I can nslookup any hosts like google or intranet vm's, but ping 10.43.0.1 says no route to host.
Copy code
root@dnsutils:/# ping 10.43.0.1
PING 10.43.0.1 (10.43.0.1) 56(84) bytes of data.
From 10.194.252.245 icmp_seq=1 Destination Host Unreachable
From 10.194.252.245 icmp_seq=2 Destination Host Unreachable
Additionally, when I am creating Ingress manually (Helm failed): I am getting the following error:
kubectl apply -f ingress.yaml
Error from server (InternalError): error when creating "ingress.yaml": Internal error occurred: failed calling webhook "<http://validate.nginx.ingress.kubernetes.io|validate.nginx.ingress.kubernetes.io>": Post "<https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s>": remote error: tls: internal error
f
What OS are you using? Is there a host firewall that you can disable? Sounds a lot like EL like with firewalld or custom iptables
f
It is CentOS 7.9 Kernel 3.10.0-1160.36.2.el7.x86_64. I finally gave up on RKE and switched to REK2 as it avoids Docker dependency. I successfully brought up Rancher v2.6.6 on RKE2 Kubernetes v1.23.9+rke2r1, with exceptions of lot of helm-operations pods in cattle-system erroring.