Possible symptoms:
Found 3 nodes but only 2 noop pods, will retry.kubectl get pods -n prelude -o wideThis article deals with the scenario where there are many pods which are stuck in a non-running state. So it is defined by the following:
lcc-update-registry-credentials" which are stuck in a non-running status such as Terminating
kubectl get pods -n kube-system -o widekubectl after cordoning it, but many of the pods may remain in Terminating status because eviction allows them to close gracefully.VMware Aria Automation 8.x
It is possible to forcibly delete these pods as follows:
kubectl cordon <vRA-node-with-stuck-pods>kubectl -n kube-system get pods --show-labelsapp=lcc-update-registry-credentials which is listed in the LABELS column
kubectl -n kube-system delete pods -l app=lcc-update-registry-credentialskubectl -n kube-system get pods -l app=lcc-update-registry-credentialssystemctl restart kubeletkubectl -n kube-system get pods -l app=lcc-update-registry-credentialskubectl -n kube-system get podskubectl uncordon <vRA-node-with-stuck-pods>/opt/script/deploy.sh