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 6cf2090 + a0c5949 commit 1b9d711Copy full SHA for 1b9d711
test/e2e/config/azure-dev.yaml
@@ -55,9 +55,10 @@ variables:
55
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.17.4}"
56
CNI: "${PWD}/templates/addons/calico.yaml"
57
REDACT_LOG_SCRIPT: "${PWD}/hack/log/redact.sh"
58
- EXP_CLUSTER_RESOURCE_SET: "true"
59
EXP_AKS: "true"
60
EXP_MACHINE_POOL: "true"
+ # TODO: Fix the typo when updating CAPI urls above to a v0.3.8 release.
61
+ EXP_CLUSTER_RESOURSE_SET: "true"
62
63
intervals:
64
default/wait-controllers: ["3m", "10s"]
0 commit comments