Skip to content

Commit 6165f83

Browse files
committed
added note
1 parent 5d1eb2a commit 6165f83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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 example image below works only with AMD64 architecture.
53+
{{< note >}}
54+
5155
```shell
5256
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
5357
```
@@ -56,10 +60,6 @@ The output is:
5660
deployment.apps/source-ip-app created
5761
```
5862

59-
{{< note >}}
60-
The example image works only with AMD64 architecture.
61-
{{< note >}}
62-
6363

6464
## {{% heading "objectives" %}}
6565

0 commit comments

Comments
 (0)