Skip to content

Commit 0c7bb63

Browse files
committed
addres comments
1 parent c1e1c79 commit 0c7bb63

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
@@ -139,8 +139,8 @@ Building upon the [challenges and solutions](#challenges-and-solutions) from abo
139139

140140
- The below steps for self-managed templates only. Does not apply to AKS workload clusters.
141141

142-
- The below steps are for running the tests in a intuned device. If you are going to run the local tests from a dev machine in Azure, you have to first follow below steps and then proceed ahead.
143-
1. Create a managed Identity
142+
- The below steps are for running the tests in an intuned device. If you are going to run the local tests from a dev machine in Azure, you have to first follow below steps and then proceed ahead.
143+
1. Create a user assigned managed identity
144144
2. Assign that managed identity a contributor role to your subscription
145145
3. Set `AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY`, `AZURE_OBJECT_ID_USER_ASSIGNED_IDENTITY`, `AZURE_USER_ASSIGNED_IDENTITY_RESOURCE_ID` to the user assigned managed identity.
146146

@@ -165,7 +165,7 @@ There are three sections of a prow template that needs an update.
165165
- `/spec/template/spec/preKubeadmCommands/0`
166166
- Add prekubeadm command updating the `/etc/hosts` of the worker node of the type windows.
167167

168-
A Sample kustomize command updating a prow template via its kustomization.yaml is pasted below.
168+
A sample kustomize command for updating a prow template via its kustomization.yaml is pasted below.
169169

170170
```yaml
171171
- target:
@@ -230,7 +230,7 @@ A Sample kustomize command updating a prow template via its kustomization.yaml i
230230
231231
#### Peer Vnets of the management cluster and the workload cluster
232232
233-
Peering VNets, creation of private DNS zone with the FQDN of the workload cluster and updating of NSGs of management and workload cluster can be achieved by `peer-vnets.sh` present in `scripts/peer-vnets.sh`
233+
Peering VNets, creation of private DNS zone with the FQDN of the workload cluster and updating of NSGs of management and workload cluster can be achieved by `scripts/peer-vnets.sh`
234234

235235
This script, `scripts/peer-vnets.sh`, should be run after triggering the test run locally and in a separate terminal.
236236

0 commit comments

Comments
 (0)