Difference between revisions of "Kubectl create"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
  
 
* <code>kubectl create -f deployment.[[yaml]] --record</code>
 
* <code>kubectl create -f deployment.[[yaml]] --record</code>
 +
 +
* <code>kubectl create -f [[pod]].[[yaml]] --record</code>
  
 
* <code> kubectl create quota myrq --hard=cpu=1,memory=1G,pods=2 --dry-run -o yaml</code>
 
* <code> kubectl create quota myrq --hard=cpu=1,memory=1G,pods=2 --dry-run -o yaml</code>

Revision as of 17:09, 26 January 2020

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


  • kubectl create -f deployment.yaml --record
  • kubectl create -f pod.yaml --record
  • kubectl create quota myrq --hard=cpu=1,memory=1G,pods=2 --dry-run -o yaml


Related commands

Activities

See also

Advertising: