Skip to content

Commit 65e5b5b

Browse files
authored
Merge pull request #52375 from Arhell/ko-links
[ko] Fix broken example volume links
2 parents 9ad825f + c2e19b1 commit 65e5b5b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,6 @@ targetWWN은 해당 WWN이 다중 경로 연결에서 온 것으로 예상한다
388388
쿠버네티스 호스트가 해당 LUN에 접근할 수 있다.
389389
{{< /note >}}
390390

391-
더 자세한 내용은 [파이버 채널 예시](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel)를 참고한다.
392-
393391
### gcePersistentDisk (사용 중단됨) {#gcepersistentdisk}
394392

395393
{{< feature-state for_k8s_version="v1.17" state="deprecated" >}}
@@ -678,8 +676,6 @@ iSCSI 특징은 여러 고객이 읽기 전용으로 마운트할 수
678676
iSCSI 볼륨은 읽기-쓰기 모드에서는 단일 고객만 마운트할 수 있다.
679677
동시 쓰기는 허용되지 않는다.
680678

681-
더 자세한 내용은 [iSCSI 예시](https://github.com/kubernetes/examples/tree/master/volumes/iscsi)를 본다.
682-
683679
### local
684680

685681
`local` 볼륨은 디스크, 파티션 또는 디렉터리 같은 마운트된 로컬 스토리지
@@ -788,8 +784,6 @@ spec:
788784
또한 파드 스펙에 NFS 마운트 옵션을 명시할 수 없음을 기억하라. 마운트 옵션을 서버에서 설정하거나, [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.html)를 사용해야 한다. 마운트 옵션을 설정할 수 있게 허용하는 퍼시스턴트볼륨을 통해 NFS 볼륨을 마운트할 수도 있다.
789785
{{< /note >}}
790786

791-
퍼시스턴트볼륨을 사용하여 NFS 볼륨을 마운트하는 예제는 [NFS 예시](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs)를 본다.
792-
793787
### persistentVolumeClaim {#persistentvolumeclaim}
794788

795789
`persistentVolumeClaim` 볼륨은
@@ -838,8 +832,6 @@ spec:
838832
있는지 확인한다.
839833
{{< /note >}}
840834

841-
자세한 내용은 [Portworx 볼륨](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) 예제를 참고한다.
842-
843835
#### Portworx CSI 마이그레이션
844836
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
845837

0 commit comments

Comments
 (0)