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: docs/development.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,8 +335,6 @@ To generate the mocks you can run
335
335
make generate-go
336
336
```
337
337
338
-
339
-
340
338
#### E2E Testing
341
339
342
340
To run E2E locally, set `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_SUBSCRIPTION_ID`, `AZURE_TENANT_ID` and run:
@@ -377,6 +375,7 @@ You can optionally set the following variables:
377
375
|`PARALLEL`| Skip serial tests and set --ginkgo-parallel. |
378
376
|`USE_CI_ARTIFACTS`| Use a CI version of Kubernetes, ie. not a released version (eg. `v1.19.0-alpha.1.426+0926c9c47677e9`) |
379
377
|`CI_VERSION`| Provide a custom CI version of Kubernetes. By default, the latest master commit will be used. |
378
+
|`FEATURE_GATE_MACHINE_POOL`| Use [Machine Pool](topics/machinepools.md) for worker machines. |
380
379
381
380
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