open:istiod

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


  • open/istiod.txt
  • 마지막으로 수정됨: 2021/12/20 04:56
  • 저자 127.0.0.1