Skip to content

Commit

Permalink
incorporate review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sonasingh46 committed Aug 20, 2021
1 parent 98796ae commit 53710ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/book/src/developers/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ The cluster-api management components that are deployed are configured at the `/
⚠️ Note that when developing with `tilt` as described above, some `clusterctl` commands won't work. Specifically, `clusterctl config` and `clusterctl generate` may fail. These commands expect specific releases of CAPI and CAPZ to be installed, but the `tilt` environment dynamically updates and installs these components from your local code. `clusterctl get kubeconfig` will still work, however.

After your kind management cluster is up and running with Tilt, you can deploy a workload cluster by opening the `tilt` web UI and clicking the clockwise arrow icon ⟳ on a resource listed, such as "aks-aad," "ipv6," or "windows."
Deploying a workload cluster from Tilt UI is also termed as flavor cluster deployment. Please refer [here](../../../../templates/flavors/README.md#Running-flavor-clusters-as-a-tilt-resource) to learn more about this.

Deploying a workload cluster from Tilt UI is also termed as flavor cluster deployment.
Please refer to [Running flavor clusters as a tilt resource](../../../../templates/flavors/README.md#Running-flavor-clusters-as-a-tilt-resource) to learn more about this.

Or you can [configure workload cluster settings](#customizing-the-cluster-deployment) and deploy a workload cluster with the following command:

Expand Down
6 changes: 3 additions & 3 deletions templates/flavors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Please note your tilt-settings.json must contain at minimum the following fields
}
}
```
After having the tilt-settings.json, follow these two steps to deploy a workload cluster
After updating tilt-settings.json, follow these two steps to deploy a workload cluster:

1. ``tilt up`` in the root of cluster-api-provider-azure repo. Note that the tilt-settings.json also resides here in the
root of this repo. After this, press `space` to open the tilt UI in browser. See the following example:
1. Run ``make tilt up`` in the root of cluster-api-provider-azure repo. Note that the tilt-settings.json also resides here in the
root of this repo. After tilt has initialized, press `space` to open the tilt web UI in a browser. See the following example:
![plot](../../docs/book/theme/tilt-up.png)
2. Once your browser is open, click the clockwise arrow icon ⟳ on a resource listed. For example, `default` to deploy a default flavor.
![plot](../../docs/book/theme/flavour-deploy-from-ui.png)
Expand Down

0 comments on commit 53710ca

Please sign in to comment.