Skip to content

Commit

Permalink
Update intree-static-example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Mar 28, 2024
1 parent 7c1fe34 commit dd51320
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/intree-static-example.md
Expand Up @@ -218,6 +218,13 @@ Update your container spec to reference your *PersistentVolumeClaim* and update
claimName: azurefile
```

### Tips
- The commands below can be used to verify the presence of in-tree volumes in the cluster:
```console
kubectl get pod -o yaml -A | grep azureFile: | wc -l # get in-tree inline volume number in pods
kubectl get pv -o yaml | grep azureFile: | wc -l # get in-tree volume number in pv
```

## Next steps

For associated best practices, see [Best practices for storage and backups in AKS][operator-best-practices-storage].
Expand Down

0 comments on commit dd51320

Please sign in to comment.