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.
2 parents d6f9da4 + f55c691 commit eabc417Copy full SHA for eabc417
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 image in the following command only runs on AMD64 architectures.
53
+{{< /note >}}
54
+
55
```shell
56
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
57
```
@@ -57,7 +61,6 @@ deployment.apps/source-ip-app created
61
58
62
59
63
60
-
64
## {{% heading "objectives" %}}
65
66
0 commit comments