File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
01-path-basics/103-kubernetes-concepts Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ Let's create a Deployment first that will create 3 replicas of a pod:
736
736
spec:
737
737
containers:
738
738
- name: echoheaders
739
- image: k8s.gcr.io/echoserver:1.4
739
+ image: k8s.gcr.io/echoserver:1.10
740
740
imagePullPolicy: IfNotPresent
741
741
ports:
742
742
- containerPort: 8080
@@ -767,7 +767,7 @@ Pod Template:
767
767
Labels: app=echo-pod
768
768
Containers:
769
769
echoheaders:
770
- Image: k8s.gcr.io/echoserver:1.4
770
+ Image: k8s.gcr.io/echoserver:1.10
771
771
Port: 8080/TCP
772
772
Environment: <none>
773
773
Mounts: <none>
Original file line number Diff line number Diff line change 11
11
spec :
12
12
containers :
13
13
- name : echoheaders
14
- image : k8s.gcr.io/echoserver:1.4
14
+ image : k8s.gcr.io/echoserver:1.10
15
15
imagePullPolicy : IfNotPresent
16
16
ports :
17
17
- containerPort : 8080
Original file line number Diff line number Diff line change 11
11
spec :
12
12
containers :
13
13
- name : echoheaders
14
- image : k8s.gcr.io/echoserver:1.4
14
+ image : k8s.gcr.io/echoserver:1.10
15
15
imagePullPolicy : IfNotPresent
16
16
ports :
17
17
- containerPort : 8080
You can’t perform that action at this time.
0 commit comments