Skip to content

Commit eabc417

Browse files
authored
Merge pull request #44241 from haripriya9647/note
Add note to specify only AMD64 compatibility for example image
2 parents d6f9da4 + f55c691 commit eabc417

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ the target localization.
4848
The examples use a small nginx webserver that echoes back the source
4949
IP of requests it receives through an HTTP header. You can create it as follows:
5050

51+
{{< note >}}
52+
The image in the following command only runs on AMD64 architectures.
53+
{{< /note >}}
54+
5155
```shell
5256
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
5357
```
@@ -57,7 +61,6 @@ deployment.apps/source-ip-app created
5761
```
5862

5963

60-
6164
## {{% heading "objectives" %}}
6265

6366

0 commit comments

Comments
 (0)