Kubernetes : kubectl wait
enix.io › en › blog$ kubectl wait pod/rabbitmq-7575b7f589-dsdhl --for=delete --timeout=-1s pod/rabbitmq-7575b7f589-dsdhl condition met This option can be used on all kinds of Kubernetes resources. Please note: the default timeout is 30s (30 seconds). Here we use the value “-1s” which will be interpreted as “the maximum timeout”, which happens to be 1 week.
kubectl | Kubernetes
kubernetes.io › docs › referenceJun 29, 2021 · kubectl delete - Delete resources by filenames, stdin, resources and names, or by resources and label selector. kubectl describe - Show details of a specific resource or group of resources. kubectl expose - Take a replication controller, service, deployment or pod and expose it as a new Kubernetes Service.