Difference between revisions of "Kubectl wait"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} {{kubectl}}")
 
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
 +
[[kubectl run]] mytemp --generator=run-pod/v1  --image=tutum/[[curl --]] tail -f /dev/null
 +
kubectl wait --for=condition=Ready --timeout=60s pod mytemp
  
  
  
 
{{kubectl}}
 
{{kubectl}}

Latest revision as of 08:23, 26 January 2024


kubectl run mytemp --generator=run-pod/v1  --image=tutum/curl -- tail -f /dev/null 
kubectl wait --for=condition=Ready --timeout=60s pod mytemp 


kubectl: [ cp | config | create | delete | edit | explain | apply | exec | get | set | drain | uncordon | rolling-update | rollout | logs | run | auth | label | annotate | version | top | diff | debug | replace | describe | port-forward | proxy | scale | rollout | api-resources | expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io

Advertising: