Switch limit-range to the new task template. Add supporting yaml files.

This commit is contained in:
nerdondon
2017-03-27 23:07:47 -07:00
committed by Andrew Chen
parent 128610c48d
commit d638dfb3cf
4 changed files with 100 additions and 33 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: invalid-pod
spec:
containers:
- name: kubernetes-serve-hostname
image: gcr.io/google_containers/serve_hostname
resources:
limits:
cpu: "3"
memory: 100Mi