Skip to content

Commit 7671e9e

Browse files
committed
delete app example
1 parent d44ea2e commit 7671e9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

deploy/example/mountstorage/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,10 @@ You can use a dedicated user-assigned managed identity to mount the storage.
178178
179179
# create deployment and service
180180
kubectl apply -f deployment.yaml
181-
# check it
181+
# check pod
182182
kubectl get pods
183183
```
184184

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-
190185
# how to add another pv with a dedicated user-assigned identity?
191186

192187
1. Create another user-assigned managed identity and give access to storage account

0 commit comments

Comments
 (0)