We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1eb2a commit 6165f83Copy full SHA for 6165f83
content/en/docs/tutorials/services/source-ip.md
@@ -48,6 +48,10 @@ the target localization.
48
The examples use a small nginx webserver that echoes back the source
49
IP of requests it receives through an HTTP header. You can create it as follows:
50
51
+{{< note >}}
52
+The example image below works only with AMD64 architecture.
53
54
+
55
```shell
56
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
57
```
@@ -56,10 +60,6 @@ The output is:
60
deployment.apps/source-ip-app created
61
58
62
59
-{{< note >}}
-The example image works only with AMD64 architecture.
-
63
64
## {{% heading "objectives" %}}
65
0 commit comments