Difference between revisions of "Kubectl run"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
 
--restart=OnFailure and --schedule will create a CronJob
 
--restart=OnFailure and --schedule will create a CronJob
 
</pre>
 
</pre>
 +
 +
 +
== Changelog ==
 +
* [[v1.18]] kubectl run now only creates pods
 +
  
  

Revision as of 07:33, 3 May 2020

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


Changelog

  • v1.18 kubectl run now only creates pods


See also

Advertising: