We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f61d895 + d7076a2 commit 9dcacfbCopy full SHA for 9dcacfb
test/e2e/config/docker.yaml
@@ -332,8 +332,11 @@ variables:
332
AUTOSCALER_WORKLOAD: "./data/autoscaler/autoscaler-to-workload-workload.yaml"
333
NODE_DRAIN_TIMEOUT: "60s"
334
# Enabling the feature flags by setting the env variables.
335
- EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
+ # 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"
338
EXP_MACHINE_POOL: "true"
339
+ EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
340
CLUSTER_TOPOLOGY: "true"
341
EXP_RUNTIME_SDK: "true"
342
EXP_MACHINE_SET_PREFLIGHT_CHECKS: "true"
0 commit comments