Skip to content

Commit 9dcacfb

Browse files
authored
Merge pull request #10340 from sbueringer/pr-fix-e2e-tests
🐛 Fix clusterctl upgrade e2e tests (enable CRS)
2 parents f61d895 + d7076a2 commit 9dcacfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/e2e/config/docker.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,11 @@ variables:
332332
AUTOSCALER_WORKLOAD: "./data/autoscaler/autoscaler-to-workload-workload.yaml"
333333
NODE_DRAIN_TIMEOUT: "60s"
334334
# Enabling the feature flags by setting the env variables.
335-
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
335+
# Note: EXP_CLUSTER_RESOURCE_SET & EXP_MACHINE_POOL are enabled per default with CAPI v1.7.0.
336+
# We still have to enable them here for clusterctl upgrade tests that use older versions.
337+
EXP_CLUSTER_RESOURCE_SET: "true"
336338
EXP_MACHINE_POOL: "true"
339+
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
337340
CLUSTER_TOPOLOGY: "true"
338341
EXP_RUNTIME_SDK: "true"
339342
EXP_MACHINE_SET_PREFLIGHT_CHECKS: "true"

0 commit comments

Comments
 (0)