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:
committed by
Kubernetes Prow Robot
parent
6b46deab6e
commit
37df3efaf9
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: busybox3
|
||||
spec:
|
||||
containers:
|
||||
- name: busybox-cnt01
|
||||
image: busybox
|
||||
resources:
|
||||
limits:
|
||||
memory: "300Mi"
|
||||
requests:
|
||||
memory: "100Mi"
|
||||
Reference in New Issue
Block a user