• k8s-merge-robot's avatar
    Merge pull request #28351 from sttts/sttts-kubectl-create-quota · d82e404a
    k8s-merge-robot authored
    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
    ```
    d82e404a
Name
Last commit
Last update
..
admin Loading commit data...
api-reference Loading commit data...
design Loading commit data...
devel Loading commit data...
getting-started-guides Loading commit data...
images Loading commit data...
man/man1 Loading commit data...
proposals Loading commit data...
user-guide Loading commit data...
yaml/kubectl Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
api.md Loading commit data...
reporting-security-issues.md Loading commit data...
roadmap.md Loading commit data...
troubleshooting.md Loading commit data...
warning.png Loading commit data...
whatisk8s.md Loading commit data...