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

Issue with Tunnel Binding and ConfigMap in Different Namespaces #109

Open
stiliajohny opened this issue Oct 9, 2024 · 1 comment
Open

Comments

@stiliajohny
Copy link

I have deployed the ClusterTunnel in the default namespace, while the TunnelBinding resources are deployed in the same namespaces as the respective services. However, the ConfigMap for the ClusterTunnel is located in the default namespace, and the TunnelBinding resources are unable to find it. As a result, I believe the services are not being properly served through the tunnel.

Is there a way to reference the ConfigMap across namespaces or another solution to ensure the TunnelBinding can correctly access it?
Or what is an alternative solution for that?

@adyanth
Copy link
Owner

adyanth commented Oct 10, 2024

Could you post your config yaml here? The tunnel binding does not need to access the configmaps, only the operator needs to be able to access both the configmaps and the tunnel binding.

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

No branches or pull requests

2 participants