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
  • Last modified: 2024/10/05 06:15
  • by 127.0.0.1