Skip to content

Commit 8cf49db

Browse files
authored
Merge pull request #45494 from Arhell/ko-correct
[ko] Correcting API field paths
2 parents b8d32a3 + 5b4be2e commit 8cf49db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ko/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ vSphere CSI 드라이버에서 생성된 새 볼륨은 이러한 파라미터를
983983
## subPath 사용하기 {#using-subpath}
984984

985985
때로는 단일 파드에서 여러 용도의 한 볼륨을 공유하는 것이 유용하다.
986-
`volumeMounts.subPath` 속성을 사용해서 root 대신 참조하는 볼륨 내의 하위 경로를
986+
`volumeMounts[*].subPath` 속성을 사용해서 root 대신 참조하는 볼륨 내의 하위 경로를
987987
지정할 수 있다.
988988

989989
다음의 예시는 단일 공유 볼륨을 사용하여 LAMP 스택(리눅스 Apache MySQL PHP)이
@@ -1268,7 +1268,7 @@ FlexVolume 사용자는 워크로드가 동등한 CSI 드라이버를 사용하
12681268
마운트 전파를 통해 컨테이너가 마운트한 볼륨을 동일한 파드의
12691269
다른 컨테이너 또는 동일한 노드의 다른 파드로 공유할 수 있다.
12701270

1271-
볼륨 마운트 전파는 `Container.volumeMounts` 의 `mountPropagation` 필드에
1271+
볼륨 마운트 전파는 `containers[*].volumeMounts` 의 `mountPropagation` 필드에
12721272
의해 제어된다. 그 값은 다음과 같다.
12731273

12741274
* `None` - 이 볼륨 마운트는 호스트의 볼륨 또는 해당 서브디렉터리에

0 commit comments

Comments
 (0)