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
* az capi readme and minor updates
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Update capz/run-capz-e2e.sh
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
Copy file name to clipboardExpand all lines: capz/readme.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
These scripts and templates are used with [cluster-api-provider-azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure) and [azure cli extension](https://github.com/Azure/azure-capi-cli-extension).
4
4
5
5
## Running the scripts
6
+
6
7
To run these scripts locally, clone [CAPZ](https://github.com/kubernetes-sigs/cluster-api-provider-azure) and set the following environment variables (use Linux, macos, or WSL2):
|`SKIP_CREATE`| Don't create a cluster. Must set `CLUSTER_NAME` and have current a workload cluster kubeconfig file with name `./"${CLUSTER_NAME}".kubeconfig` |
24
26
| `SKIP_TEST` | Only creates the cluster, will not run tests |
25
-
| `KUBERNETES_VERSION` | valid values are `latest` (default) and `latest-1.x` where x is valid kubernetes minor version such as `latest-1.24` |
27
+
| `SKIP_CLEANUP` | Don't delete the cluster / resource group deletion |
28
+
|`RUN_SERIAL_TESTS`| If set to `true`then serial slow tests will be run with default ginkgo settings |
29
+
|`KUBERNETES_VERSION`| Valid values are `latest` (default) and `latest-1.x` where x is valid kubernetes minor version such as `latest-1.24`|
30
+
|`AZURE_LOCATION`| The azure region to deploy resources into |
0 commit comments