We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5810b1 commit 0742545Copy full SHA for 0742545
content/ko/docs/concepts/storage/storage-classes.md
@@ -653,11 +653,11 @@ metadata:
653
provisioner: kubernetes.io/azure-disk
654
parameters:
655
storageaccounttype: Standard_LRS
656
- kind: Shared
+ kind: managed
657
```
658
659
* `storageaccounttype`: Azure 스토리지 계정 Sku 계층. 기본값은 없음.
660
-* `kind`: 가능한 값은 `shared` (기본값), `dedicated`, 그리고 `managed` 이다.
+* `kind`: 가능한 값은 `shared`, `dedicated`, 그리고 `managed` (기본값) 이다.
661
`kind` 가 `shared` 인 경우, 모든 비관리 디스크는 클러스터와
662
동일한 리소스 그룹에 있는 몇 개의 공유 스토리지 계정에 생성된다. `kind` 가
663
`dedicated` 인 경우, 클러스터와 동일한 리소스 그룹에서 새로운
0 commit comments