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/tilt-with-aks-as-mgmt-ilb.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,18 @@ While the default Tilt setup recommends using a KIND cluster as the management c
27
27
- Install the [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)
28
28
- A [supported version](https://github.com/kubernetes-sigs/cluster-api-provider-azure#compatibility) of [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl)
29
29
- Basic understanding of Azure networking concepts, Cluster API, and CAPZ.
30
-
-Go, Wget, and Tilt installed on your development machine.
30
+
-`go`, `wget`, and `tilt` installed on your development machine.
31
31
- If `tilt-settings.yaml` file exists in the root of your repo, clear out any values in `kustomize_settings` unless you want to use them instead of the values that will be set by running `make aks-create`.
32
32
33
33
### Managed Identity & Registry Setup
34
34
1. Have a managed identity created from Azure Portal.
35
35
2. Add the following lines to your shell config such as `~/.bashrc` or `~/.zshrc`
3. Be sure to reload with `source ~/.bashrc` or `source ~/.zshrc` and then verify the correct env vars values return with `echo $AZURE_CLIENT_ID` and `echo $REGISTRY`.
@@ -64,7 +64,7 @@ While the default Tilt setup recommends using a KIND cluster as the management c
64
64
5.`make aks-create`
65
65
- Run this target to bring up an AKS cluster.
66
66
- Once the AKS cluster is created, you can reuse the cluster as many times as you like. Tilt ensures that the new image gets deployed every time there are changes in the Tiltfile and/or dependent files.
67
-
- Running `make aks-create` cleans up any existing `aks_as_mgmt_settings`.
67
+
- Running `make aks-create` cleans up any existing variables from `aks_as_mgmt_settings` from the `tilt-settings.yaml`.
68
68
6.`make tilt-up`
69
69
- Run this target to use underlying cluster being pointed by your `KUBECONFIG`.
0 commit comments