File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/docs/tutorials/stateful-application Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ nginx ClusterIP None <none> 80/TCP 12s
112
112
kubectl get statefulset web
113
113
```
114
114
```
115
- NAME READT AGE
116
- web 2 20s
115
+ NAME READY AGE
116
+ web 2/2 37s
117
117
```
118
118
119
119
### Ordered Pod creation
@@ -637,9 +637,9 @@ Get the Pods to view their container images:
637
637
for p in 0 1 2; do kubectl get pod " web-$p " --template ' {{range $i, $c := .spec.containers}}{{$c.image}}{{end}}' ; echo ; done
638
638
```
639
639
```
640
- registry.k8s.io /nginx-slim:0.8
641
- registry.k8s.io /nginx-slim:0.8
642
- registry.k8s.io /nginx-slim:0.8
640
+ gcr.io/google_containers /nginx-slim:0.8
641
+ gcr.io/google_containers /nginx-slim:0.8
642
+ gcr.io/google_containers /nginx-slim:0.8
643
643
644
644
```
645
645
You can’t perform that action at this time.
0 commit comments