-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
fix ISTIO_DELTA_XDS in compatibility version 1.21 profile #52119
fix ISTIO_DELTA_XDS in compatibility version 1.21 profile #52119
Conversation
😊 Welcome @antoinedeschenes! This is either your first contribution to the Istio istio repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @antoinedeschenes. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Antoine Deschênes <antoine.deschenes@linux.com>
2e987e9
to
9703c07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
/ok-to-test |
Should I fill a release note? |
In this case its probably small enough to elide. Thanks for the fix! /retest |
/test integ-operator-controller_istio |
@howardjohn: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick release-1.23 |
/cherry-pick release-1.22 |
@dhawton: new pull request created: #52240 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@dhawton: new pull request created: #52241 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
* upstream/master: install: drop legacy k8s provider (istio#52116) ambient chart: bikeshed enablement (istio#52061) Fix and tests globals for ztunnel when installed via istioctl (istio#52133) Istio version bump to 1.24 for release 1.23 (istio#52129) architecture: add document on ztunnel lifecycle (istio#51805) Automator: update proxy@master in istio/istio@master (istio#52124) Automator: update istio/client-go@master dependency in istio/istio@master (istio#52123) Automator: update common-files@master in istio/istio@master (istio#52122) fix ISTIO_DELTA_XDS in compatibility version 1.21 profile (istio#52119) Automator: update ztunnel@master in istio/istio@master (istio#52120) Drop unused pkg/cache package (istio#52118) Automator: update proxy@master in istio/istio@master (istio#52115) Automated branching for 1.23 missed https://github.com/istio/release-builder/tree/c4b2830c95b537e3a70b1b5c83b529ab3eb2d3ae (istio#52094) networking: match multiple VIPs in sidecar outbound listener (istio#51967) Dedupe IAC handling and fix multiple nets case. (istio#52038)
Please provide a description of this PR:
Compatibility profile for v1.21 wouldn't disable delta XDS correctly.
proxyMetadata
should be undermeshConfig.defaultConfig
in the meshConfig.Current behavior:
After patching: