Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 정보처리기사 실기
- CKA
- Elasticsearch
- minikube
- kotlin querydsl
- CloudWatch
- Linux
- 정보처리기사 실기 기출문제
- CKA 기출문제
- AI
- Pinpoint
- MySQL
- 기록으로 실력을 쌓자
- kotlin spring
- Kubernetes
- 코틀린 코루틴의 정석
- kotlin
- 정보처리기사실기 기출문제
- 오블완
- Spring
- PETERICA
- 티스토리챌린지
- kotlin coroutine
- mysql 튜닝
- aws
- AWS EKS
- IntelliJ
- APM
- 공부
- Java
Archives
- Today
- Total
목록toleration (1)
피터의 개발이야기
[kubernetes] that the pod didn't tolerate. 트러블 슈팅, taint와 toleration
ㅁ 개요 taint와 tolerations는 주로 노드를 특정해서 스케줄하기 위해 사용한다. taint가 걸려 있는 노드에는 toleration을 주지 않으면 kube-system의 coreDns, metric-server 등 pending된다. 해결 방법은 toleration을 주는 것이다. ㅁ CloudFormation으로 특정노드에 taint 주입 ㅇ CloudFormation으로 WorkNode의 AutoScale그룹까지 생성된다. ㅇ 이 때에 생성되는 노드에 taint를 주입하였다. ㅁ 시스템 Pod들의 Pending 확인 68s Warning FailedScheduling pod/coredns-556f6dffc4-bfs7s 0/2 nodes are available: 2 node(s) had ..
Kubernetes/트러블슈팅&장애대응
2022. 10. 21. 10:10