Documentation LimitRange Policies (#14086)

*  Documentation LimitRange Policies

* Fixing limirange docs issues

*  Style and grammar

* Reviewer wanted

*  syntax and grammar feedbacks
This commit is contained in:
Elvadas NONO
2019-05-08 07:32:34 +02:00
committed by Kubernetes Prow Robot
parent 6b46deab6e
commit 37df3efaf9
11 changed files with 549 additions and 2 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: LimitRange
metadata:
name: storagelimits
spec:
limits:
- type: PersistentVolumeClaim
max:
storage: 2Gi
min:
storage: 1Gi