readOnlyRootFilesystem

Jmnote bot (토론 | 기여)님의 2020년 7월 31일 (금) 22:47 판 (봇: Kubernetes을(를) K8s(으)로 분류 대체함)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

readOnlyRootFilesystem
spec.containers.securitContext.readOnlyRootFilesystem
  • 컨테이너가 루트 파일시스템에 쓸 수 있게 할지를 통제하는 파라미터
apiVersion: v1  
kind: Pod  
metadata:  
  name: hello-world  
spec:  
  containers:  
  # specification of the pod’s containers  
  # ...  
  securityContext:  
    readOnlyRootFilesystem: true

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}