Skip to content
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

Merged
merged 12 commits into from
Jul 8, 2024
Merged

Conversation

nsathyaseelan
Copy link
Contributor

Description:

Included the latest k8s version and updated the released chart version for the chainsaw tests

@@ -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]
Copy link
Contributor

@Chandan-DK Chandan-DK Jun 20, 2024

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.

@@ -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]
Copy link
Collaborator

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?

@anusha94 anusha94 merged commit 5ae94ad into main Jul 8, 2024
19 checks passed
@nsathyaseelan nsathyaseelan deleted the new-k8s-version branch July 8, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants