-
Notifications
You must be signed in to change notification settings - Fork 326
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
update kind to kubernetes-1.25 and mark Kubernetes-1.25 supported #1726
Conversation
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!
@@ -573,7 +573,7 @@ jobs: | |||
- checkout | |||
- install-prereqs | |||
- create-kind-clusters: | |||
version: "v1.24.4" | |||
version: "v1.25.3" |
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.
latest release is 1.25.4, just want to verify if that should be reflected here?
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.
Oh weird, I looked a couple hours ago and 1.25.3
was the latest! let me look..
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.
From the kind release page:
The default node image is a Kubernetes v1.25.3
.. so I guess it makes sense to stay with the defaults for the latest version of Kind?
@@ -7,6 +7,16 @@ load _helpers | |||
assert_empty helm template \ | |||
-s templates/webhook-cert-manager-podsecuritypolicy.yaml \ | |||
--set 'connectInject.enabled=false' \ | |||
--set 'global.enablePodSecurityPolicies=true' \ |
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.
Shouldn't this be disabled as per the test case?
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.
It should be connect:false
and psp: true
, we're testing if turning off connect makes the PSP not template out.
charts/consul/test/unit/webhook-cert-manager-podsecuritypolicy.bats
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
Changes proposed in this PR:
How I've tested this PR:
acceptance tests still pass: https://app.circleci.com/pipelines/github/hashicorp/consul-k8s/9531/workflows/75acb13f-c9ea-4838-8f38-a994da93f860/jobs/66796
How I expect reviewers to test this PR:
👀
Checklist: