k3s/docs
k8s-merge-robot d82e404a00 Merge pull request #28351 from sttts/sttts-kubectl-create-quota
Automatic merge from submit-queue

Add support for kubectl create quota command

Follow-up of https://github.com/kubernetes/kubernetes/pull/19625

```
Create a resourcequota with the specified name, hard limits and optional scopes

Usage:
  kubectl create quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=bool] [flags]

Aliases:
  quota, q


Examples:
  // Create a new resourcequota named my-quota
  $ kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10

  // Create a new resourcequota named best-effort
  $ kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort
```
2016-07-26 21:20:04 -07:00
..
admin Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
api-reference Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
design Give the complete and correct path to client/apiserver related 2016-07-22 15:12:06 +08:00
devel Merge pull request #29586 from kubernetes/childsb-patch-1 2016-07-26 15:01:23 -07:00
getting-started-guides Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
images Updated for v1.2.0. 2016-03-18 14:20:56 -07:00
man/man1 Add --scopes to kubectl-create-quota and add tests 2016-07-26 14:12:35 +02:00
proposals Redirect the website to new location in gpu-support.md 2016-07-26 15:33:16 +08:00
user-guide Add --scopes to kubectl-create-quota and add tests 2016-07-26 14:12:35 +02:00
yaml/kubectl Run new update-generated-docs.sh script 2016-06-08 17:25:21 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
api.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
reporting-security-issues.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
roadmap.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
troubleshooting.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
warning.png
whatisk8s.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.3/docs/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Documentation: releases.k8s.io/HEAD

Analytics