Skip to content

Commit c268595

Browse files
authored
Merge pull request #5483 from nawazkh/update_documentation
add kind-create in the readme
2 parents 0ebc1f4 + 412ab0a commit c268595

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/book/src/developers/development.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,11 @@ You should have these values saved from the [getting started prerequisites](../g
177177
To build a kind cluster and start Tilt, just run:
178178
179179
```shell
180-
make tilt-up
180+
make kind-create tilt-up
181181
```
182+
183+
**Note**: You can also choose an AKS cluster as a management cluster by using `aks-create` instead of `kind-create`.
184+
182185
By default, the Cluster API components deployed by Tilt have experimental features turned off.
183186
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).
184187

0 commit comments

Comments
 (0)