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/book/src/developers/development.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,11 @@ You should have these values saved from the [getting started prerequisites](../g
177
177
To build a kind cluster and start Tilt, just run:
178
178
179
179
```shell
180
-
make tilt-up
180
+
make kind-create tilt-up
181
181
```
182
+
183
+
**Note**: You can also choose an AKS cluster as a management cluster by using `aks-create` instead of `kind-create`.
184
+
182
185
By default, the Cluster API components deployed by Tilt have experimental features turned off.
183
186
If you would like to enable these features, add `extra_args` as specified in [The Cluster API Book](https://cluster-api.sigs.k8s.io/developer/tilt.html#create-a-tilt-settingsjson-file).
0 commit comments