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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,8 @@ Building upon the [challenges and solutions](#challenges-and-solutions) from abo
139
139
140
140
- The below steps for self-managed templates only. Does not apply to AKS workload clusters.
141
141
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
144
144
2. Assign that managed identity a contributor role to your subscription
145
145
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.
146
146
@@ -165,7 +165,7 @@ There are three sections of a prow template that needs an update.
165
165
-`/spec/template/spec/preKubeadmCommands/0`
166
166
- Add prekubeadm command updating the `/etc/hosts` of the worker node of the type windows.
167
167
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.
169
169
170
170
```yaml
171
171
- target:
@@ -230,7 +230,7 @@ A Sample kustomize command updating a prow template via its kustomization.yaml i
230
230
231
231
#### Peer Vnets of the management cluster and the workload cluster
232
232
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`
234
234
235
235
This script, `scripts/peer-vnets.sh`, should be run after triggering the test run locally and in a separate terminal.
0 commit comments