Difference between revisions of "Curl --"

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

Latest revision as of 08:24, 26 January 2024

curl -- tail -f /dev/null 


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


cURL, curl -s, -X, -x, curl -T, curl --help, curl -L, curl -m, curl -o, curl -X POST, curl -d, curl --header, curl -I, curl --silent, curl -Is, curl -k or curl --insecure, curl -XPUT, curl -d, ~/.curlrc, curl -i, curl --version, curl --help

kubectl wait

Advertising: