Difference between revisions of "Kubectl run"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{kubectl}} Category:Kubernetes")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
  
 +
--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
  
  

Revision as of 17:15, 26 January 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


See also

Advertising: