-
Notifications
You must be signed in to change notification settings - Fork 17
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
Updated the latest k8s vesions in chainsaw test #144
Conversation
Signed-off-by: sathyaseelan <[email protected]>
Signed-off-by: sathyaseelan <[email protected]>
.github/workflows/chainsaw-e2e.yaml
Outdated
@@ -91,8 +91,8 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
k8s-version: [v1.27.3, v1.26.3] | |||
n4k-chart-version: [3.1.14] | |||
k8s-version: [v1.30.0, v1.29.4, v1.28.9] |
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 use the below configuration to create kind clusters with alpha API enabled for VAPs.
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
featureGates:
ValidatingAdmissionPolicy: true
runtimeConfig:
admissionregistration.k8s.io/v1alpha1: true
nodes:
- role: control-plane
- role: worker
We can't use this configuration for versions 1.28
and 1.29
, not sure why. But we would have to remove these versions.
@MariamFahmy98, could you please help explain why we can enable both the alpha and beta APIs, or just the beta API, but not just the alpha API for VAPs in Kubernetes versions 1.28
and 1.29
? This problem doesn't occur in 1.30
though.
Signed-off-by: sathyaseelan <[email protected]>
Signed-off-by: sathyaseelan <[email protected]>
Signed-off-by: sathyaseelan <[email protected]>
Signed-off-by: sathyaseelan <[email protected]>
Signed-off-by: sathyaseelan <[email protected]>
.github/workflows/chainsaw-e2e.yaml
Outdated
@@ -91,8 +91,8 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
k8s-version: [v1.27.3, v1.26.3] | |||
n4k-chart-version: [3.1.14] | |||
k8s-version: [v1.30.0] |
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.
@nsathyaseelan Can you change this to 1.26 and 1.27?
Description:
Included the latest k8s version and updated the released chart version for the chainsaw tests