diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index 9078565435..e04d0e1632 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -48,6 +48,10 @@ the target localization. The examples use a small nginx webserver that echoes back the source IP of requests it receives through an HTTP header. You can create it as follows: +{{< note >}} +The image in the following command only runs on AMD64 architectures. +{{< /note >}} + ```shell kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4 ``` @@ -57,7 +61,6 @@ deployment.apps/source-ip-app created ``` - ## {{% heading "objectives" %}}