Skip to content

Commit e7cdc8d

Browse files
committed
Fix default disk type for Azure
Signed-off-by: ialidzhikov <[email protected]>
1 parent b5810b1 commit e7cdc8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh/docs/concepts/storage/storage-classes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,12 +1038,12 @@ metadata:
10381038
provisioner: kubernetes.io/azure-disk
10391039
parameters:
10401040
storageaccounttype: Standard_LRS
1041-
kind: Shared
1041+
kind: managed
10421042
```
10431043

10441044
<!--
10451045
* `storageaccounttype`: Azure storage account Sku tier. Default is empty.
1046-
* `kind`: Possible values are `shared` (default), `dedicated`, and `managed`.
1046+
* `kind`: Possible values are `shared`, `dedicated`, and `managed` (default).
10471047
When `kind` is `shared`, all unmanaged disks are created in a few shared
10481048
storage accounts in the same resource group as the cluster. When `kind` is
10491049
`dedicated`, a new dedicated storage account will be created for the new
@@ -1055,7 +1055,7 @@ parameters:
10551055
placed in the same resource group as the current Kubernetes cluster.
10561056
-->
10571057
* `storageaccounttype`:Azure 存储帐户 Sku 层。默认为空。
1058-
* `kind`:可能的值是 `shared`(默认)、`dedicated` 和 `managed`。
1058+
* `kind`:可能的值是 `shared`、`dedicated` 和 `managed`(默认)
10591059
当 `kind` 的值是 `shared` 时,所有非托管磁盘都在集群的同一个资源组中的几个共享存储帐户中创建。
10601060
当 `kind` 的值是 `dedicated` 时,将为在集群的同一个资源组中新的非托管磁盘创建新的专用存储帐户。
10611061
* `resourceGroup`: 指定要创建 Azure 磁盘所属的资源组。必须是已存在的资源组名称。

0 commit comments

Comments
 (0)