From beb35916629364524246f4ea59eb43638dc4cfc2 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Sun, 27 Aug 2017 10:10:20 -0700 Subject: [PATCH] Update pod names to match what's in the spec. --- docs/tasks/administer-cluster/memory-default-namespace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/administer-cluster/memory-default-namespace.md b/docs/tasks/administer-cluster/memory-default-namespace.md index 951f015380..d2d7bf0d5a 100644 --- a/docs/tasks/administer-cluster/memory-default-namespace.md +++ b/docs/tasks/administer-cluster/memory-default-namespace.md @@ -103,7 +103,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/memory-defaults-p View detailed information about the Pod: ```shell -kubectl get pod mem-limit-no-request --output=yaml --namespace=default-mem-example +kubectl get pod default-mem-demo-2 --output=yaml --namespace=default-mem-example ``` The output shows that the Container's memory request is set to match its memory limit. @@ -133,7 +133,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/memory-defaults-p View the Pod's specification: ```shell -kubectl get pod default-mem-request-no-limit --output=yaml --namespace=default-mem-example +kubectl get pod default-mem-demo-3 --output=yaml --namespace=default-mem-example ``` The output shows that the Container's memory request is set to the value specified in the