-->

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


2023年1月2日 星期一

PSE Foundation - Assessment (2023/1/3)

Special thanks the people from India !

you are my good friend and supporter !

thank you people from : Andhra Pradesh, Telangana, Madhya Pradesh, Tamil Nadu, Maharashtra, Delhi, Odisha, Uttar Pradesh, West Bengal, Bihar, Gujarat, Haryana, Karnataka, Chhattisgarh.


---

Question 1 of 23


Which security model specifically addresses the security of sensitive data and critical applications in an enterprise organization?



the Zero Trust posture


App-ID


decryption


The Kipling Method


(B)


---


Question 2 of 23


What is one difference between App-ID and User-ID?



App-ID depends on User-ID, but User-ID does not depend on App-ID.


App-ID identifies which application is associated with traffic; User-ID identifies which users are associated with traffic.


App-ID identifies the port to which packets should be sent; User-ID identifies the user to whom packets should be sent.


App-ID refers to security rule criteria; User-ID refers to traffic monitoring criteria.


(B)


---


Palo Alto Networks provides which three pillars? (Choose three.)


Select All Correct Responses



Prisma


Strata


Cortex


Cybersecurity


AutoFocus


(A)(B)(C)


---


Question 4 of 23


Which security operations product applies machine learning at cloud scale to rich network, endpoint, and cloud data?



Cortex Data Lake


Security Lifecycle Review


Cortex XDR


Cortex XSOAR


(A)


---


Question 5 of 23


Which Prisma product secures access to the internet and business applications that are hosted in SaaS, a corporate data center, or public clouds?



Prisma Cloud


Prisma Access (SASE)


Prisma SaaS


Prisma Secure Network


(D)


---


Which Prisma product provides comprehensive visibility and threat detection across an organization’s hybrid, multi-cloud infrastructure?



Prisma Cloud


Prisma Access (SASE)


Prisma SaaS


Cloud Network Security Platform


(A)


---


Question 7 of 23

 

Which Prisma product is a multi-mode cloud access security broker (CASB) service that enables customers to manage sanctioned SaaS application usage across all users in the organization and reduce the risk of breaches and non-compliance?



Prisma Cloud


Prisma Access (SASE)


Prisma SaaS


Prisma Secure Network


(B)


---


Question 8 of 23

 

Which option describes the breadth of Palo Alto Networks offerings?



Palo Alto Networks provides consistent cybersecurity for networks, endpoints, and cloud environments.


Palo Alto Networks supplies routers, bridges, and firewalls, but no servers.


Palo Alto Networks focuses on protecting IoT endpoints from known viruses.


Palo Alto Networks provides consistent security for social networks and the AI necessary to prevent fake or distorted news, audio, and video content.


(A)


--- 


Question 9 of 23

 

What does automation in a security platform help provide?



a consistent security policy in a dynamically changing compute environment


visibility sensors throughout multiple deployment scenarios


a centralized, organized repository for accurate data that behavior analytics software can leverage


recognition of attack techniques that leverage known weaknesses in operating systems and applications


(A)


---


Question 10 of 23

 

What is the name of the Palo Alto Networks partner program?



NextWave Partner Program


CYBERFORCE


Managed Services Program


Partner Relationship Management


(A)


---


Question 11 of 23

 

What is CYBERFORCE?



partner technical recognition program


technical support team


partner portal name


authorized training partners program


(A)


---


Question 12 of 23

 

Which PSE training has a micro-credential as a Professional certification?



PSE SASE


PSE Cortex


PSE Strata


PSE Prisma Cloud


(D)


---


Question 13 of 23

 

Which platform function does Panorama perform?



early visibility into new features of the firewall's operating system


centralized management for multiple firewalls


execution of unknown malware in an isolated environment


identification of previously unknown malware and generation of signatures


(B)


---


Question 14 of 23

 

What service does WildFire provide?



to provide cloud-delivered malware analysis on submitted files


to perform general-purpose hash generation and matching


to provide an additional source of configuration rules for firewalls


to produce an Analysis Summary that summarizes a firewall’s ability to reduce the attack surface of an environment


(A)


---


Question 15 of 23

 

What is the definition of a security rule in a Strata firewall?



a legal compliance regulation downloaded to the Strata firewall


a filtering mechanism that specifies how the Monitor and ACC display data


an element of the Security policy that specifies the action to take based on a match of zones, users, applications, and other session criteria


a specification for whether the firewall is to provide prevention, remediation, or attack surface reduction


(C)


---


Question 16 of 23

 

What is the Palo Alto Networks preferred method of reducing the attack surface of an environment?



alerting when a known or unknown threat has entered a firewall


reporting on all sensitive data that has been made publicly available on the internet


identifying unusual traffic to a server with confidential information


allowing only traffic explicitly defined by the application, user, and content


(D)


---


Question 17 of 23

 

What is the core functional role of automation to convert the detection of a threat?



respond to alerts


record alerts


prevent a threat


promote trust


(C)

---


Question 18 of 23

 

Which Secure the Cloud architecture removes the requirement to backhaul data traffic?



Prisma Cloud


Prisma SaaS


Prisma Secure


Prisma Access


(D)


---


Question 19 of 23

 

Which feature allows policy to automatically adapt based on changes to servers?



User-ID


Content-ID


Dynamic Address Group


App-ID


(C)


---


Question 20 of 23

 

Which Palo Alto Networks technology uses machine learning and behavioral analytics for endpoint threat detection?



Cortex XDR


Prisma SaaS


Strata


advanced signatures


(A)


---


Question 21 of 23

 

Which Palo Alto Networks technology combines security orchestration, incident management, and interactive investigation?



Cortex XDR


Strata


Prisma Access


Cortex XSOAR


(D)


---


Question 22 of 23

 

Which Prisma product automatically assesses risk through content, activity, and security control policies for cloud-delivered applications?



Prisma Access


Prisma SaaS


Prisma Cloud


Prisma Delivery


(B)


---


Question 23 of 23

 

Which patented inspection process enables the firewall administrator to gain visibility and ensure that only those who have a business need have access to an application?



Content-ID


App-ID


User-ID


Dynamic Address Group


(B)


--- 


have fun !



Popular