Update basic-stateful-set.md

This commit is contained in:
Quentin Revel
2017-08-22 15:14:16 +02:00
committed by GitHub
parent d98467f15f
commit b8bb7f0c3d
@@ -667,7 +667,7 @@ web-2 1/1 Running 0 18s
Get the Pod's container.
```shell{% raw %}
get po web-2 --template '{{range $i, $c := .spec.containers}}{{$c.image}}{{end}}'
kubectl get po web-2 --template '{{range $i, $c := .spec.containers}}{{$c.image}}{{end}}'
gcr.io/google_containers/nginx-slim:0.8
{% endraw %}
```