"K8s 컨테이너 프로브"의 두 판 사이의 차이

9번째 줄: 9번째 줄:


==설정==
==설정==
* [[k8s periodSeconds|periodSeconds]]
{| class='wikitable'
* [[k8s timeoutSeconds|timeoutSeconds]]
! 설정 !! 기본값 !! 최소값
* [[k8s successThreshold|successThreshold]]
|-
* [[k8s initialDelaySeconds|initialDelaySeconds]]
| [[k8s initialDelaySeconds|initialDelaySeconds]] || 0 || 0
|-
| [[k8s periodSeconds|periodSeconds]] || 10 || 1
|-
| [[k8s timeoutSeconds|timeoutSeconds]] || 1 || 1
|-
| [[k8s successThreshold|successThreshold]] || 1 || 1
|-
| [[k8s failureThreshold|failureThreshold]] || 3 || 1
|}


==같이 보기==
==같이 보기==

2022년 2월 13일 (일) 16:34 판

1 개요

k8s Probe, k8s Container Probe
k8s 프로브, k8s 컨테이너 프로브

2 종류

3 설정

설정 기본값 최소값
initialDelaySeconds 0 0
periodSeconds 10 1
timeoutSeconds 1 1
successThreshold 1 1
failureThreshold 3 1

4 같이 보기

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