You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ maintainers and community, would love your suggestions, contributions, and help!
64
64
Also, the maintainers can be contacted at any time to learn more about how to get
65
65
involved.
66
66
67
-
To set up your environment checkout the [development guide](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/master/docs/development.md).
67
+
To set up your environment checkout the [development guide](https://capz.sigs.k8s.io/developers/development.html).
68
68
69
69
In the interest of getting more new people involved, we tag issues with
@@ -403,7 +403,7 @@ You can optionally set the following variables:
403
403
|`SKIP_CREATE_MGMT_CLUSTER`| Skip management cluster creation. If skipping managment cluster creation you must specify `KUBECONFIG` and `SKIP_CLEANUP`|`false`|
404
404
|`LOCAL_ONLY`| Use Kind local registry and run the subset of tests which don't require a remotely pushed controller image. |`true`|
405
405
|`REGISTRY`| Registry to push the controller image. |`capzci.azurecr.io/ci-e2e`|
406
-
|`CLUSTER_NAME`| Name of an existing workload cluster. Will run specs against existing workload cluster. Use in conjunction with `SKIP_CREATE_MGMT_CLUSTER`, `GINKGO_FOCUS` and `KUBECONFIG`. Must specify only one e2e spec to run against with `GINKGO_FOCUS` such as `export GINKO_FOCUS=Creating.a.VMSS.cluster.with.a.single.control.plane.node`. |
406
+
|`CLUSTER_NAME`| Name of an existing workload cluster. Will run specs against existing workload cluster. Use in conjunction with `SKIP_CREATE_MGMT_CLUSTER`, `GINKGO_FOCUS` and `KUBECONFIG`. Must specify only one e2e spec to run against with `GINKGO_FOCUS` such as `export GINKO_FOCUS=Creating.a.VMSS.cluster.with.a.single.control.plane.node`. |
407
407
|`KUBECONFIG`| Used with `SKIP_CREATE_MGMT_CLUSTER` set to true. Location of kubeconfig for the management cluster you would like to use. Use `kind get kubeconfig --name capz-e2e > kubeconfig.capz-e2e` to get the capz e2e kind cluster config | '~/.kube/config' |
408
408
409
409
You can also customize the configuration of the CAPZ cluster created by the E2E tests (except for `CLUSTER_NAME`, `AZURE_RESOURCE_GROUP`, `AZURE_VNET_NAME`, `CONTROL_PLANE_MACHINE_COUNT`, and `WORKER_MACHINE_COUNT`, since they are generated by individual test cases). See [Customizing the cluster deployment](#customizing-the-cluster-deployment) for more details.
@@ -452,16 +452,17 @@ To run a custom test suite on a CAPZ cluster locally, set `AZURE_CLIENT_ID`, `AZ
|`AZURE_SSH_PUBLIC_KEY_FILE`| Use your own SSH key. |
458
+
|`SKIP_CLEANUP`| Skip deleting the cluster after the tests finish running. |
459
+
|`KUBECONFIG`| Provide your existing cluster kubeconfig filepath. If no kubeconfig is provided, `./kubeconfig` will be used. |
460
+
|`USE_CI_ARTIFACTS`| Use a CI version of Kubernetes, ie. not a released version (eg. `v1.19.0-alpha.1.426+0926c9c47677e9`) |
461
+
|`CI_VERSION`| Provide a custom CI version of Kubernetes. By default, the latest master commit will be used. |
462
+
|`TEST_CCM`| Build a cluster that uses custom versions of the Azure cloud-provider cloud-controller-manager and node-controller-manager images |
463
+
|`EXP_MACHINE_POOL`| Use [Machine Pool](topics/machinepools.md) for worker machines. |
464
+
|`REGISTRY`| Registry to push any custom k8s images or cloud provider images built. |
465
+
|`CLUSTER_TEMPLATE`| Use a custom cluster template. By default, the script will choose the appropriate cluster template based on existing environment variabes. |
465
466
466
467
You can also customize the configuration of the CAPZ cluster (assuming that `SKIP_CREATE_WORKLOAD_CLUSTER` is not set). See [Customizing the cluster deployment](#customizing-the-cluster-deployment) for more details.
0 commit comments