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: deploy/example/mountstorage/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,15 +178,10 @@ You can use a dedicated user-assigned managed identity to mount the storage.
178
178
179
179
# create deployment and service
180
180
kubectl apply -f deployment.yaml
181
-
# check it
181
+
# check pod
182
182
kubectl get pods
183
183
```
184
184
185
-
1. Get the url, that you want to open in the browser
186
-
```bash
187
-
echo"Please surf to: http://$(kubectl get service --field-selector metadata.name==nginx-app1 -o 'jsonpath={.items[*].status.loadBalancer.ingress[*].ip}')/test.htm"
188
-
```
189
-
190
185
# how to add another pv with a dedicated user-assigned identity?
191
186
192
187
1. Create another user-assigned managed identity and give access to storage account
0 commit comments