-
Notifications
You must be signed in to change notification settings - Fork 149
(pick) Istio features for release-v1.40 #4289
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
Conversation
- plus small fix on clean up chart files
The resource PodDisruptionBudget "istiod" is not being created by Istio helm charts anymore
Manual fixes for cherry-pick: - Revert go.mod to Go 1.24.9 (api/go.mod to Go 1.23.5) - Remove 'variant' field from Istio components (not present in v1.40 Component struct)
caseydavenport
left a comment
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.
We need to disable the Istio controller for OSS installs in this branch, as it's an active release branch for a version of Calico that doesn't include the Istio integration code.
Pick istio to v1.40
Downgrade tigera/api version
radixo
left a comment
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.
The gen-versions removed Istio fields from felixconfig.
Just revert this commit.
f64a05b
Description
Cherry-picks Istio features from master to release-v1.40.
Includes:
Release Note
For PR author
make gen-filesmake gen-versionsFor PR reviewers
A note for code reviewers - all pull requests must have the following:
kind/bugif this is a bugfix.kind/enhancementif this is a a new feature.enterpriseif this PR applies to Calico Enterprise only.