K8s terminationGracePeriodSeconds

1 개요[ | ]

k8s terminationGracePeriodSeconds
apiVersion: v1
kind: Pod
metadata:
  name: my-pod
spec:
  containers:
  - name: mycontainer
    image: busybox
  terminationGracePeriodSeconds: 60

2 같이 보기[ | ]

3 참고[ | ]

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