Pod Resource Limit(CPU/Memory)를 재시작 없이 변경하는 방법
페이지 정보
본문
* Platform Version : Redhat OpenShift 3.9
OpenShift 컨테이너 Resource Limit(CPU/Memory)를 Pod 재시작 없이 실시간 변경하는 방법
---
Limits는 deploymentconfigs, daemonsets, 또는 다른 deployment objects들에 정의될 수 있으며, pod가 create 또는 update 시에 적용됩니다.
이러한 변경 사항이 적용되려면 실행중인 pod는 재구동이 되어야 합니다.
관련 내용은 KCS [1]을 참조하실 수 있습니다.
"When making changes to the application limits or quotas, it is necessary for the applications to be restarted for the changes to take effect."
"Limits can be defined on application deploymentconfigs, daemonsets, or other deployment objects, to set a maximum memory and CPU that application uses. Quotas can be assigned to projects to mandate total memory or CPU usage in the project. However, running applications will need to be restarted for any of these changes to take effect."
[1] https://access.redhat.com/solutions/1556153
How to modify limits and quota for projects in Openshift 3
OpenShift 컨테이너 Resource Limit(CPU/Memory)를 Pod 재시작 없이 실시간 변경하는 방법
---
Limits는 deploymentconfigs, daemonsets, 또는 다른 deployment objects들에 정의될 수 있으며, pod가 create 또는 update 시에 적용됩니다.
이러한 변경 사항이 적용되려면 실행중인 pod는 재구동이 되어야 합니다.
관련 내용은 KCS [1]을 참조하실 수 있습니다.
"When making changes to the application limits or quotas, it is necessary for the applications to be restarted for the changes to take effect."
"Limits can be defined on application deploymentconfigs, daemonsets, or other deployment objects, to set a maximum memory and CPU that application uses. Quotas can be assigned to projects to mandate total memory or CPU usage in the project. However, running applications will need to be restarted for any of these changes to take effect."
[1] https://access.redhat.com/solutions/1556153
How to modify limits and quota for projects in Openshift 3
- 이전글OpenShift Node 증설 20.10.16
- 다음글OpenShift Loggign(EKF) 로그를 수동으로 삭제하는 방법 20.10.16
댓글목록
마이클김님의 댓글
마이클김 작성일Pod를 이해하기 쉽게 표현하면 뭐라고 할 수 있을까요?
kimsh님의 댓글의 댓글
kimsh 작성일Pod는 최소 1개이상의 컨테이너 집합이며 OpenShift에서 사용하는 가장 작은 단위입니다.