목차

istiod : istio daemon

삭제 실패시

pod eviction error ("error evicting pod: istio-system/istiod-65f486565f-zhwzl: Cannot evict pod as it would violate the pod's disruption budget.") on node ip-192-168-3-169.ap-northeast-2.compute.internal
...

내용 확인

kubectl get deployment.apps/istiod -n istio-system -o yaml

replicas=3

kubectl scale --replicas=3 deployment/istiod -n istio-system

내용 확인

kubectl set replica deployment.apps/istio-ingressgateway -n istio-system

replicas=3

kubectl scale --replicas=3 deployment/istio-ingressgateway -n istio-system


관련 문서