Skip to content

Commit

Permalink
Update driver-parameters-intree.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jul 27, 2023
1 parent e19ae96 commit 75c9e08
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/driver-parameters-intree.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## Driver Parameters

in-tree [kubernetes.io/azure-disk](https://kubernetes.io/docs/concepts/storage/volumes/#azuredisk) driver parameters
- deprecated in-tree [kubernetes.io/azure-disk](https://kubernetes.io/docs/concepts/storage/volumes/#azuredisk) driver parameters

<details><summary>required permissions for CSI driver controller</summary>
<pre>
"Microsoft.Resources/subscriptions/resourceGroups/read",
"Microsoft.Compute/disks/*",
"Microsoft.Compute/snapshots/*",
"Microsoft.Compute/virtualMachines/*/read",
"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/write",
"Microsoft.Compute/virtualMachineScaleSets/*/read",
"Microsoft.Compute/virtualMachineScaleSets/read" 
</pre>
</details>

### Dynamic Provisioning

Expand Down

0 comments on commit 75c9e08

Please sign in to comment.