zh_trans: add quota-memory-cpu-namespace.md (#11047)

* zh_trans: add quota-memory-cpu-namespace.md

zh_trans: add quota-memory-cpu-namespace.md

* Create quota-mem-cpu.yaml

* Create quota-mem-cpu-pod.yaml

* Create quota-mem-cpu-pod-2.yaml

* Fixes due to review
This commit is contained in:
AdamDang
2018-11-20 13:31:55 +08:00
committed by k8s-ci-robot
parent 6fb9a555a7
commit 0b05bbbbc7
4 changed files with 348 additions and 0 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: mem-cpu-demo
spec:
hard:
requests.cpu: "1"
requests.memory: 1Gi
limits.cpu: "2"
limits.memory: 2Gi