kubectl wait

From wikieduonline
Jump to navigation Jump to search


kubectl run mytemp --generator=run-pod/v1  --image=tutum/curl -- tail -f /dev/null 
kubectl wait --for=condition=Ready --timeout=60s pod mytemp 
kubectl wait --for=condition=Available --timeout=300s --all deployments -n your-namespace

Related[edit]

See also[edit]

Advertising: