Skip to content

Commit

Permalink
Merge pull request #44241 from haripriya9647/note
Browse files Browse the repository at this point in the history
Add note to specify only AMD64 compatibility for example image
  • Loading branch information
k8s-ci-robot authored Dec 28, 2023
2 parents d6f9da4 + f55c691 commit eabc417
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/en/docs/tutorials/services/source-ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -57,7 +61,6 @@ deployment.apps/source-ip-app created
```



## {{% heading "objectives" %}}


Expand Down

0 comments on commit eabc417

Please sign in to comment.