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: staging/volumes/azure_disk/claim/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,12 @@ $ df -h
45
45
## How does it work?
46
46
47
47
### Managed Disks
48
-
The entire experience is offloaded to Azure to manage disks:storage accounts. You can use PVC (Kubernetes will automatically create a managed disk for you). Or you can you use an existing disk as PV in your PODs/RCs
48
+
The entire experience is offloaded to Azure to manage disks:storage accounts. You can use PVC (Kubernetes will automatically create a managed disk for you). Or you can use an existing disk as PV in your PODs/RCs
49
49
50
50
> Note: as a general rule, use PV disks provisioned in the same Azure resource group where the cluster is provisioned.
51
51
52
52
### Blob Disks
53
-
Blob Disks works in two modes. Controlled by #kind# parameter on the storage class.
53
+
Blob Disks works in two modes. Controlled by *kind* parameter on the storage class.
54
54
55
55
### Dedicated (default mode)
56
56
When *kind* parameter is set to *dedicated* K8S will create a new dedicated storage account for this new disk. No other disks will be allowed in the this storage account. The account will be removed when the PVC is removed (according to K8S PVC reclaim policy)
@@ -69,7 +69,7 @@ PVC: VHDs are created in a shared storage accounts in the same resource group as
69
69
70
70
```
71
71
Resource Group
72
-
--Storage Account: pvc{unique-hash}001 // created by K8S as it provisoned PVC, all disks are placed in the same blob container
72
+
--Storage Account: pvc{unique-hash}001 // created by K8S as it provisioned PVC, all disks are placed in the same blob container
73
73
---pvc-xxx-xxx-xxxx.vhd
74
74
---pvc-xxx-xxx-xxxx.vhd
75
75
--Storage Account: pvc{unique-hash}002..n
@@ -84,7 +84,7 @@ The following rules apply:
84
84
4. K8S will create initial 2 accounts ( 1 standard and 1 premium ) to accelerate the provisioning process.
85
85
86
86
## Additional Notes
87
-
The samples assumes that you have a cluster with node labeled with #disktype=blob# for VMs that are using blob disks and #disktype=managed# for VMs that are using managed disks. You can label your nodes or remove the node selector before using the files.
87
+
The samples assume that you have a cluster with node labeled with #disktype=blob# for VMs that are using blob disks and #disktype=managed# for VMs that are using managed disks. You can label your nodes or remove the node selector before using the files.
88
88
89
89
> Note: You can not attach managed disks to VMs that are not using managed OS disks. This applies also the other way around no blob disks on VMS that are using managed OS disks
0 commit comments