Skip to content

Commit 0b0b25a

Browse files
authored
Merge pull request #47832 from colossus06/patch-1
Update Source IP Tutorial: Replace Deprecated echoserver:1.4 with echoserver:1.10 for Compatibility
2 parents 56777ed + 9c58a92 commit 0b0b25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/source-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The image in the following command only runs on AMD64 architectures.
5353
{{< /note >}}
5454

5555
```shell
56-
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
56+
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.10
5757
```
5858
The output is:
5959
```

0 commit comments

Comments
 (0)