-->

whaust

2023年1月3日 星期二

안전하게 노드 비우기

성공적으로 반환 되면 kubectl drain모든 포드(이전 단락에서 설명한 대로 제외된 포드 제외)가 안전하게 제거되었음을 나타냅니다(원하는 단계적 종료 기간을 준수하고 정의한 PodDisruptionBudget을 준수함). 그런 다음 물리적 시스템의 전원을 끄거나 클라우드 플랫폼에서 실행 중인 경우 가상 시스템을 삭제하여 노드를 종료하는 것이 안전합니다. 먼저 배수하려는 노드의 이름을 식별합니다. 다음을 사용하여 클러스터의 모든 노드를 나열할 수 있습니다.
     

root# kubectl get nodes

다음으로 Kubernetes에 노드를 비우도록 지시합니다.
     

root# kubectl drain <Node Name>

반환되면(오류 없이) 노드의 전원을 끌 수 있습니다(또는 이와 동등하게 클라우드 플랫폼에 있는 경우 노드를 지원하는 가상 머신 삭제). 유지 관리 작업 중에 클러스터에 노드를 남겨두면 다음을 실행해야 합니다.
     

root# kubectl uncordon <Node Name>

이후 Kubernetes에 노드에 대한 새 포드 예약을 재개할 수 있음을 알립니다.
    

[root@rh91-worker1 dashboard]# kubectl drain rh91-worker3
node/rh91-worker3 cordoned
error: unable to drain node "rh91-worker3" due to error:[cannot delete Pods wies-data-nodes-3, default/bda-es-data-nodes-4, default/bda-es-data-nodes-6, deff-xfgbc, kubernetes-dashboard/dashboard-metrics-scraper-64bcc67c9c-68nrw, kubekube-system/calico-node-44qlq, kube-system/kube-proxy-6xx9m, metallb-system/sp
There are pending nodes to be drained:
 rh91-worker3
cannot delete Pods with local storage (use --delete-emptydir-data to override)-es-data-nodes-6, default/bda-es-data-nodes-9, default/bda-es-master-nodes-0, 4bcc67c9c-68nrw, kubernetes-dashboard/kubernetes-dashboard-5c8bd6b59-6qzr8
cannot delete DaemonSet-managed Pods (use --ignore-daemonsets to ignore): kube
[root@rh91-worker1 dashboard]# kubectl drain rh91-worker3 --delete-emptdir-dat
error: unknown flag: --delete-emptdir-data
See 'kubectl drain --help' for usage.
[root@rh91-worker1 dashboard]# kubectl drain rh91-worker3 --delete-emptydir-da
node/rh91-worker3 already cordoned
error: unable to drain node "rh91-worker3" due to error:cannot delete DaemonSepeaker-d2gpw, trident/trident-csi-v72wf, continuing command...
There are pending nodes to be drained:
 rh91-worker3
cannot delete DaemonSet-managed Pods (use --ignore-daemonsets to ignore): kube
[root@rh91-worker1 dashboard]# kubectl drain rh91-worker3 --delete-emptydir-da
node/rh91-worker3 already cordoned
Warning: ignoring DaemonSet-managed Pods: kube-system/calico-node-44qlq, kube-
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
evicting pod kubernetes-dashboard/kubernetes-dashboard-5c8bd6b59-6qzr8
evicting pod default/bda-es-data-nodes-6
evicting pod default/kibana-kb-6dfb4fbf7b-r49jg
evicting pod default/bda-es-data-nodes-9
evicting pod default/bda-es-master-nodes-0
evicting pod elastic-system/elastic-operator-0
evicting pod kube-system/metrics-server-55dd79d7bf-xfgbc
evicting pod default/bda-es-data-nodes-3
evicting pod kubernetes-dashboard/dashboard-metrics-scraper-64bcc67c9c-68nrw
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
pod/kubernetes-dashboard-5c8bd6b59-6qzr8 evicted
pod/kibana-kb-6dfb4fbf7b-r49jg evicted
pod/dashboard-metrics-scraper-64bcc67c9c-68nrw evicted
pod/elastic-operator-0 evicted
pod/metrics-server-55dd79d7bf-xfgbc evicted
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
pod/bda-es-data-nodes-9 evicted
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-3" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-3
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afte
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after : Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry aftes): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after : Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after : Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after : Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afted as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afted as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afted as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afted as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afted as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after as it would violate the pod's disruption budget.
pod/bda-es-data-nodes-3 evicted
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry afted as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
error when evicting pods/"bda-es-data-nodes-4" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-4
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
pod/bda-es-data-nodes-4 evicted
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
error when evicting pods/"bda-es-master-nodes-0" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-master-nodes-0
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
pod/bda-es-master-nodes-0 evicted
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-6" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-6
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
pod/bda-es-data-nodes-6 evicted
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-1
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
error when evicting pods/"bda-es-data-nodes-1" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
evicting pod default/bda-es-data-nodes-1
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
pod/bda-es-data-nodes-1 evicted
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
error when evicting pods/"bda-es-data-nodes-2" -n "default" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.
evicting pod default/bda-es-data-nodes-2
pod/bda-es-data-nodes-2 evicted
node/rh91-worker3 drained


沒有留言:

張貼留言

Popular