Difference between revisions of "--"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
{{EOF}}
 
{{EOF}}
  
 +
== See also ==
 +
* {{kubectl run}}
  
{{kubectl run}}
+
[[Category:kubectl]]

Revision as of 20:08, 12 February 2024


sudo -u postgres -- bash -c "psql -c 'CREATE database tsdb'"
sudo -u postgres -- bash -c "psql tsdb -c 'CREATE EXTENSION IF NOT EXISTS timescaledb;'"
kubectl exec
kubectl run -it alpine --image=alpine -- sh
kubectl run -it --rm test --image=curlimages/curl --restart=Never -- /bin/sh


EOF, EOT, shell redirection, --, read

See also

Advertising: