Skip to content

Commit 78097f9

Browse files
authored
Merge pull request #281 from AdamDang/patch-2
Update README.md
2 parents 00c9d96 + 00c3c2b commit 78097f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

staging/volumes/azure_disk/claim/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ $ df -h
4545
## How does it work?
4646

4747
### 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
4949

5050
> Note: as a general rule, use PV disks provisioned in the same Azure resource group where the cluster is provisioned.
5151
5252
### 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.
5454

5555
### Dedicated (default mode)
5656
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
6969

7070
```
7171
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
7373
---pvc-xxx-xxx-xxxx.vhd
7474
---pvc-xxx-xxx-xxxx.vhd
7575
--Storage Account: pvc{unique-hash}002..n
@@ -84,7 +84,7 @@ The following rules apply:
8484
4. K8S will create initial 2 accounts ( 1 standard and 1 premium ) to accelerate the provisioning process.
8585

8686
## 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.
8888

8989
> 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
9090

0 commit comments

Comments
 (0)