Skip to content

Commit 2aad022

Browse files
committed
Resolving Matt's comments
1 parent 0a9d150 commit 2aad022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/src/developers/tilt-with-aks-as-mgmt-ilb.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ While the default Tilt setup recommends using a KIND cluster as the management c
3333
### Managed Identity & Registry Setup
3434
1. Have a managed identity created from Azure Portal.
3535
2. Add the following lines to your shell config such as `~/.bashrc` or `~/.zshrc`
36-
```
36+
```shell
3737
export USER_IDENTITY="<user-assigned-managed-identity-name>"
3838
export AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY="<user-assigned-managed-identity-client-id>"
3939
export AZURE_CLIENT_ID="${AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY}"
@@ -71,10 +71,10 @@ While the default Tilt setup recommends using a KIND cluster as the management c
7171
7. Once the tilt UI is up and running click on the `allow required ports on mgmt cluster` task (checkmark the box and reload) to allow the required ports on the management cluster's API server.
7272
- Note: This task will wait for the NSG rules to be created and then update them to allow the required ports.
7373
- This task will take a few minutes to complete. Wait for this to finish to avoid race conditions.
74-
8. Checkmark the flavors you want to deploy and CAPZ will deploy the workload cluster with the selected flavor.
74+
8. Check the flavors you want to deploy and CAPZ will deploy the workload cluster with the selected flavor.
7575
- Flavors that leverage internal load balancer and are available for development in CAPZ for MSFT Tenant:
76-
- [apiserver-ilb](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/templates/cluster-template-apiserver-ilb.yaml): VM based default flavor that brings up native K8s clusters with Linux nodes.
77-
- [apiserver-ilb-windows](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/templates/cluster-template-windows-apiserver-ilb.yaml): VM based flavor that brings up native K8s clusters with Linux and Windows nodes.
76+
- [apiserver-ilb](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/templates/cluster-template-apiserver-ilb.yaml): VM-based default flavor that brings up native K8s clusters with Linux nodes.
77+
- [apiserver-ilb-windows](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/templates/cluster-template-windows-apiserver-ilb.yaml): VM-based flavor that brings up native K8s clusters with Linux and Windows nodes.
7878

7979
## Leveraging internal load balancer
8080

0 commit comments

Comments
 (0)