Difference between revisions of "Kubectl run"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 13: Line 13:
  
 
== Changelog ==
 
== Changelog ==
* [[v1.18]] kubectl run now only creates pods
+
* [[v1.18]] kubectl run now only creates [[pods]]
 
 
 
 
  
 
== See also ==
 
== See also ==

Revision as of 16:45, 17 July 2021

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

See also

Advertising: