Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support K8s clusters with custom cluster domains for Pixie cloud #2003

Open
ddelnano opened this issue Sep 4, 2024 · 1 comment
Open

Support K8s clusters with custom cluster domains for Pixie cloud #2003

ddelnano opened this issue Sep 4, 2024 · 1 comment

Comments

@ddelnano
Copy link
Member

ddelnano commented Sep 4, 2024

Kubernetes provides the ability to configure the domain for a cluster (via the --cluster-domain kubelet argument. This changes the default cluster.local zone to a custom domain. There is work to support custom cluster domains on the Vizier side (#1581 (comment)), but the cloud should also work with custom cluster domains.

@ddelnano
Copy link
Member Author

ddelnano commented Sep 4, 2024

If a cloud is deployed to a cluster with a custom domain, the cloud proxy server ends up in a crash loop with the following error.

2024/09/03 16:12:40 [emerg] 8#8: host not found in resolver "kube-dns.kube-system.svc.cluster.local" in /usr/local/openresty/nginx/conf/nginx.conf:43
nginx: [emerg] host not found in resolver "kube-dns.kube-system.svc.cluster.local" in /usr/local/openresty/nginx/conf/nginx.conf:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant