Update basic-stateful-set.md

This commit is contained in:
Quentin Revel
2017-08-22 15:21:31 +02:00
committed by GitHub
parent b8bb7f0c3d
commit 6961877c8b
@@ -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 %}
```