Kubectl wait for one pod of a statefulset to be READY? Kubectl wait for one pod of a statefulset to be READY? kubernetes kubernetes

Kubectl wait for one pod of a statefulset to be READY?


I used following and it works for me

kubectl wait -l statefulset.kubernetes.io/pod-name=activemq-0 --for=condition=ready pod --timeout=-1s