8000 fix default kind config for prow by dgn · Pull Request #55959 · istio/istio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix default kind config for prow #55959

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

Merged
merged 1 commit into from
Apr 16, 2025
Merged

Conversation

dgn
Copy link
Contributor
@dgn dgn commented Apr 16, 2025

Please provide a description of this PR:
In #55592, the default prow config was changed to include support for ClusterTrustBundles by default, which breaks on k8s<v1.27. This moves the ClusterTrustBundle enablement into a separate config, as it's only used in manual tests anyway. We can use the separate config when we write an integration test.

In istio#55592, the default prow config was changed to include support for
ClusterTrustBundles by default, which breaks on k8s<v1.27. This moves
the ClusterTrustBundle enablement into a separate config, as it's only
used in manual tests anyway. We can use the separate config when we
write an integration test.
@dgn dgn requested a review from a team as a code owner April 16, 2025 07:22
@istio-policy-bot istio-policy-bot added the release-notes-none Indicates a PR that does not require release notes. label Apr 16, 2025
@istio-testing istio-testing added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 16, 2025
@dgn
Copy link
Contributor Author
dgn commented Apr 16, 2025

This should fix the failing postsubmit tests

@@ -0,0 +1,34 @@
# This configs KinD to spin up a k8s cluster with ClusterTrustBundle support enabled
# This should only be used to create K8s clusters with versions >= 1.27
kind: Cluster
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is this Kind config used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not by anything in CI - it's only there for manual testing right now. We can use it when we add an integration test for ClusterTrustBundle

Copy link
Contributor

Choose a reason for hiding this comment

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

Got it, thanks @dgn

@@ -0,0 +1,34 @@
# This configs KinD to spin up a k8s cluster with ClusterTrustBundle support enabled
# This should only be used to create K8s clusters with versions >= 1.27
kind: Cluster
Copy link
Contributor

Choose a reason for hiding this comment

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

Got it, thanks @dgn

@istio-testing istio-testing merged commit 652c1ef into istio:master Apr 16, 2025
29 checks passed
@dgn dgn deleted the fix-postsubmit branch April 17, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes-none Indicates a PR that does not require release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
0