Difference between revisions of "Kubectl create"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#create
 
* https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#create
  
 
+
== Examples ==
 
* <code>[[kubectl create namespace]] MY_TEST_NAMESPACE</code>
 
* <code>[[kubectl create namespace]] MY_TEST_NAMESPACE</code>
  

Revision as of 14:18, 17 July 2021

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


Examples

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

RBAC Kubernetes


Related commands

Activities

See also

Advertising: