Skip to content

Commit e3732e2

Browse files
committed
update echoserver version
1 parent e4721d5 commit e3732e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Let's create a Deployment first that will create 3 replicas of a pod:
736736
spec:
737737
containers:
738738
- name: echoheaders
739-
image: k8s.gcr.io/echoserver:1.4
739+
image: k8s.gcr.io/echoserver:1.10
740740
imagePullPolicy: IfNotPresent
741741
ports:
742742
- containerPort: 8080
@@ -767,7 +767,7 @@ Pod Template:
767767
Labels: app=echo-pod
768768
Containers:
769769
echoheaders:
770-
Image: k8s.gcr.io/echoserver:1.4
770+
Image: k8s.gcr.io/echoserver:1.10
771771
Port: 8080/TCP
772772
Environment: <none>
773773
Mounts: <none>

01-path-basics/103-kubernetes-concepts/templates/echo-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: echoheaders
14-
image: k8s.gcr.io/echoserver:1.4
14+
image: k8s.gcr.io/echoserver:1.10
1515
imagePullPolicy: IfNotPresent
1616
ports:
1717
- containerPort: 8080

01-path-basics/103-kubernetes-concepts/templates/echo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: echoheaders
14-
image: k8s.gcr.io/echoserver:1.4
14+
image: k8s.gcr.io/echoserver:1.10
1515
imagePullPolicy: IfNotPresent
1616
ports:
1717
- containerPort: 8080

0 commit comments

Comments
 (0)