오타 수정

This commit is contained in:
Hyunsuk Shin
2022-03-23 16:53:06 +09:00
committed by GitHub
parent 4b07eb7c5d
commit 3acb359995
@@ -51,7 +51,7 @@ Horizontal Pod Autoscaling을 활용하는
쿠버네티스는 Horizontal Pod Autoscaling을
간헐적으로(intermittently) 실행되는
컨트롤 루프 형태로 구현했다(지적인 프로세스가 아니다).
컨트롤 루프 형태로 구현했다(지적인 프로세스가 아니다).
실행 주기는 [`kube-controller-manager`](/docs/reference/command-line-tools-reference/kube-controller-manager/)의
`--horizontal-pod-autoscaler-sync-period` 파라미터에 의해 설정된다(기본 주기는 15초이다).