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 preference for all types of GKE endpoints #158

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

BadLiveware
Copy link
Contributor

GKE supports 3 different types of endpoints, DNS, Private IP, and public IP.

Clusters created before a certain time will still have a public IP at cluster.Endpoint even when they are configured for private endpoints. This allows these clusters to select the different types even if cluster.Endpoint is something else.

Afaik, newer clusters will have the correct cluster.Endpoint so by default we can use that

@BadLiveware BadLiveware force-pushed the support-all-endpoints branch from 0b3b8b0 to f05e3f8 Compare January 14, 2025 08:18
@BadLiveware BadLiveware force-pushed the support-all-endpoints branch from f05e3f8 to 807ba4c Compare January 14, 2025 08:19
@BadLiveware BadLiveware marked this pull request as ready for review January 14, 2025 08:20
Copy link
Owner

@danielfoehrKn danielfoehrKn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@danielfoehrKn
Copy link
Owner

Changes look good, but fails CI checks - could you have another look? Thank you!

@BadLiveware
Copy link
Contributor Author

Changes look good, but fails CI checks - could you have another look? Thank you!

Fixed

@danielfoehrKn danielfoehrKn merged commit 1f26ecc into danielfoehrKn:master Jan 17, 2025
1 check passed
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.

2 participants