You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -678,8 +676,6 @@ iSCSI 특징은 여러 고객이 읽기 전용으로 마운트할 수
678
676
iSCSI 볼륨은 읽기-쓰기 모드에서는 단일 고객만 마운트할 수 있다.
679
677
동시 쓰기는 허용되지 않는다.
680
678
681
-
더 자세한 내용은 [iSCSI 예시](https://github.com/kubernetes/examples/tree/master/volumes/iscsi)를 본다.
682
-
683
679
### local
684
680
685
681
`local`볼륨은 디스크, 파티션 또는 디렉터리 같은 마운트된 로컬 스토리지
@@ -788,8 +784,6 @@ spec:
788
784
또한 파드 스펙에 NFS 마운트 옵션을 명시할 수 없음을 기억하라. 마운트 옵션을 서버에서 설정하거나, [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.html)를 사용해야 한다. 마운트 옵션을 설정할 수 있게 허용하는 퍼시스턴트볼륨을 통해 NFS 볼륨을 마운트할 수도 있다.
789
785
{{< /note >}}
790
786
791
-
퍼시스턴트볼륨을 사용하여 NFS 볼륨을 마운트하는 예제는 [NFS 예시](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs)를 본다.
0 commit comments