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

Cluster API: use 1.22 mgmt cluster for v1.3 e2e-mink8s periodic #29094

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,12 @@ periodics:
value: "\\[Conformance\\] \\[K8s-Upgrade\\]|\\[IPv6\\]|\\[ClusterClass\\]"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster.
# Because of that we usually would test with v1.20, but because ClusterClass
# requires at least 1.22 we are using 1.22 instead.
# Note: We need ClusterClass for the clusterctl upgrade tests, so we're able to
# create clusterctl with old versions with the right cgroupDriver configuration.
- name: KUBERNETES_VERSION_MANAGEMENT
Copy link
Member Author

Choose a reason for hiding this comment

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

We now need 1.22 as this PR (kubernetes-sigs/cluster-api#8315) started to use ClusterClass for the clusterctl upgrade tests (to be able to use the right cgroupDriver for workload clusters with Kubernetes 1.21 & 1.23)

value: "stable-1.20"
# CAPI does not work with v1.20 if ClusterClass is enabled, so we have to disable it.
- name: CLUSTER_TOPOLOGY
value: "false"
value: "stable-1.22"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down