cloud-proxy service didn't start successfully
Describe the bug I followed the installation guide, and all pods are up expect proxy-service, the error message is below: [root@dizuok8s-master pixie]# kubectl logs cloud-proxy-5b9d476555-zj59b -n plc -c cloud-proxy-server 2025/05/27 01:38:55 [emerg] 8#8: host not found in resolver "kube-dns.kube-system.svc.cluster.local" in /usr/local/openresty/nginx/conf/nginx.conf:44 nginx: [emerg] host not found in resolver "kube-dns.kube-system.svc.cluster.local" in /usr/local/openresty/nginx/conf/nginx.conf:44
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen. cloud-proxy service can start successfully
Screenshots If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens.
Logs Please attach the logs by running the following command:
./px collect-logs
App information (please complete the following information):
- Pixie version
- K8s cluster version
- Node Kernel version
- Browser version
Additional context Add any other context about the problem here.
vi ./k8s/cloud/base/proxy_nginx_config.yaml
update kube-dns to coredns, then the service started.
#resolver kube-dns.kube-system.svc.cluster.local valid=5s; resolver coredns.kube-system.svc.cluster.local valid=5s;
How far do I have to go back in the installation process to get this change applied?