Fix memory request limit exmaples use the default namespace (#6979)

pull/7352/head^2
Xiaodong Zhang 2018-02-19 23:36:38 +08:00 committed by k8s-ci-robot
parent 1cf3866a8e
commit 25a4121b9e
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ apiVersion: v1
kind: Pod
metadata:
name: memory-demo-2
namespace: mem-example
spec:
containers:
- name: memory-demo-2-ctr

View File

@ -2,6 +2,7 @@ apiVersion: v1
kind: Pod
metadata:
name: memory-demo-3
namespace: mem-example
spec:
containers:
- name: memory-demo-3-ctr

View File

@ -2,6 +2,7 @@ apiVersion: v1
kind: Pod
metadata:
name: memory-demo
namespace: mem-example
spec:
containers:
- name: memory-demo-ctr