Difference between revisions of "Kubectl run"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
+
{{lc}}
  
 
<pre>
 
<pre>

Revision as of 18:59, 24 May 2022

This article is a Draft. Help us to complete it.

--restart=Never will create a Pod
--restart=Always and --replicas will create a Deployment
--restart=OnFailure will create a Job
--restart=OnFailure and --schedule will create a CronJob
kubectl run -it --rm --image=mysql:5.6 --restart=Never mysql-client -- mysql -h mysql -ppassword


Changelog


Related commands

See also

Advertising: