From 6961877c8bf8a582dedadce2f924dbdca0bbf172 Mon Sep 17 00:00:00 2001 From: Quentin Revel Date: Tue, 22 Aug 2017 15:21:31 +0200 Subject: [PATCH] Update basic-stateful-set.md --- docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index f8ea44238a..30c13a4f8e 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -738,7 +738,7 @@ web-1 1/1 Running 0 18s Get the `web-1` Pods container. ```shell{% raw %} -get po web-1 --template '{{range $i, $c := .spec.containers}}{{$c.image}}{{end}}' +kubectl get po web-1 --template '{{range $i, $c := .spec.containers}}{{$c.image}}{{end}}' gcr.io/google_containers/nginx-slim:0.8 {% endraw %} ```