added note

pull/44241/head
Haripriya 2023-12-14 18:26:13 +05:30
parent 5d1eb2af2a
commit 6165f83b98
1 changed files with 4 additions and 4 deletions

View File

@ -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 example image below works only with AMD64 architecture.
{{< note >}}
```shell
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
```
@ -56,10 +60,6 @@ The output is:
deployment.apps/source-ip-app created
```
{{< note >}}
The example image works only with AMD64 architecture.
{{< note >}}
## {{% heading "objectives" %}}