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

bugfix: set cluster-ip when mapping host to vCluster service #2331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maheshbaliga
Copy link
Contributor

What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #1926. This pull request ensures that the Service cluster-ip is correctly set when mapping the host cluster service to the vCluster service.

Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vCluster service mapping resulted in the Service cluster-ip being set to none.

What else do we need to know?
The service was initially appearing as a headless service due to the cluster-ip being displayed as none in the vCluster. In reality, the cluster-ip of the service in the host cluster was being correctly used in the endpoints created within the vCluster. The endpoints in the virtual cluster were pointing to the host cluster's cluster-ip, and despite the none display in the vCluster service, the traffic was correctly routed when the service in the vCluster was used.

Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for vcluster-docs canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 1ae8ac9
🔍 Latest deploy log https://app.netlify.com/sites/vcluster-docs/deploys/675c293eb77cbd00088141ef

@maheshbaliga maheshbaliga marked this pull request as ready for review December 16, 2024 07:17
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

Successfully merging this pull request may close these issues.

K8s Service cluster-ip is none when map host cluster service to vCluster service
1 participant