트러블슈팅1 [KUBERNETES] Max Pods Count Limit - 해결방법 - woodev.co Spec OS: ProLinux 7.7 (CentOS 7.7과 동일) CPU: 40vCPUs MEMORY: 70GB HDD: 260GB, 60GB(CEPH용 Storage) Version: HyperCloud4 Check Kubernetes는 기본적으로 한개의 Node에 110개의 파드만 올릴 수 있도록 제한하고 있다. 아래와 같이 명령어를 입력하여, 110개로 최대 파드 개수가 제한되어 있는 것을 확인할 수 있다. # kubectl describe nodes {node hostname} | grep -i "Capacity\|Allocatable" -A 6 kubectl describe nodes k8s-master | grep -i "Capacity\|Allocatable" -A 6 Install Ku.. 2023. 7. 23. 이전 1 다음