RafiIsaharov commented on issue #1029: URL: https://github.com/apache/camel-karavan/issues/1029#issuecomment-1873322390
The issue was resolved after I added DNS: nameserver 8.8.8.8 to /etc/resolv.conf and restarted coredns in the kube-system namespace of Minikube Kubernetes cluster. commands to resolve the issue: minikube ssh sudo sh -c 'echo "nameserver 8.8.8.8" >> /etc/resolv.conf' minikube kubectl -- rollout restart -n kube-system deployment coredns -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org