-
Notifications
You must be signed in to change notification settings - Fork 446
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
Feat/stevenctl/cls name #10286
Open
nfuden
wants to merge
33
commits into
main
Choose a base branch
from
feat/stevenctl/cls-name
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/stevenctl/cls name #10286
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Nathan Fudenberg <[email protected]>
Issues linked to changelog: |
github-actions
bot
added
keep pr updated
signals bulldozer to keep pr up to date with base branch
work in progress
signals bulldozer to keep pr open (don't auto-merge)
labels
Nov 6, 2024
Visit the preview URL for this PR (updated for commit b7d259c): https://gloo-edge--pr10286-feat-stevenctl-cls-n-4b40vjt4.web.app (expires Wed, 20 Nov 2024 00:46:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 77c2b86e287749579b7ff9cadb81e099042ef677 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
keep pr updated
signals bulldozer to keep pr up to date with base branch
work in progress
signals bulldozer to keep pr open (don't auto-merge)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
** this is the PR to use **
Originally #10255
Description
https://github.com/solo-io/solo-projects/issues/7105
This will make cluster names for kube services look like
kube-svc_name_namespace_port
orkube-svc_reviews_bookinfo_8080
. If we add other resources besides a kube service, this also lets us get things likeistio-se_helloworld_backend-ns_5000
.This will only happen for Gateway v2 translation. We can disable it using the env var
GG_K8S_GW_LEGACY_CLUSTER_NAMES
.API changes
We can disable it using the env var
GG_K8S_GW_LEGACY_CLUSTER_NAMES
.Code changes
Docs changes
We should document this as a breaking change; users who rely on the old format should use the env var or update their EnvoyFilters or whatever config relies on XDS names...
Context
https://github.com/solo-io/solo-projects/issues/7105
Interesting decisions
Testing steps
TODO!