File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1038,12 +1038,12 @@ metadata:
1038
1038
provisioner: kubernetes.io/azure-disk
1039
1039
parameters:
1040
1040
storageaccounttype: Standard_LRS
1041
- kind: Shared
1041
+ kind: managed
1042
1042
` ` `
1043
1043
1044
1044
<!--
1045
1045
* `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) .
1047
1047
When `kind` is `shared`, all unmanaged disks are created in a few shared
1048
1048
storage accounts in the same resource group as the cluster. When `kind` is
1049
1049
` dedicated` , a new dedicated storage account will be created for the new
@@ -1055,7 +1055,7 @@ parameters:
1055
1055
placed in the same resource group as the current Kubernetes cluster.
1056
1056
-->
1057
1057
* `storageaccounttype`:Azure 存储帐户 Sku 层。默认为空。
1058
- * `kind`:可能的值是 `shared`(默认) 、`dedicated` 和 `managed`。
1058
+ * `kind`:可能的值是 `shared`、`dedicated` 和 `managed`(默认) 。
1059
1059
当 `kind` 的值是 `shared` 时,所有非托管磁盘都在集群的同一个资源组中的几个共享存储帐户中创建。
1060
1060
当 `kind` 的值是 `dedicated` 时,将为在集群的同一个资源组中新的非托管磁盘创建新的专用存储帐户。
1061
1061
* `resourceGroup`: 指定要创建 Azure 磁盘所属的资源组。必须是已存在的资源组名称。
You can’t perform that action at this time.
0 commit comments