From 5d1eb2af2a9803b660f055bdb6f4295c2bd96c3e Mon Sep 17 00:00:00 2001 From: Haripriya Date: Thu, 7 Dec 2023 00:27:29 +0530 Subject: [PATCH 1/4] added note --- content/en/docs/tutorials/services/source-ip.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index c6aeea4ac4..1c182e8bba 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -56,6 +56,9 @@ The output is: deployment.apps/source-ip-app created ``` +{{< note >}} +The example image works only with AMD64 architecture. +{{< note >}} ## {{% heading "objectives" %}} From 6165f83b980e53e156c63a7a2000c7bab862d672 Mon Sep 17 00:00:00 2001 From: Haripriya Date: Thu, 14 Dec 2023 18:26:13 +0530 Subject: [PATCH 2/4] added note --- content/en/docs/tutorials/services/source-ip.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index 1c182e8bba..05a0914cef 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -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" %}} From b8c2e02763df8d0f35a291c56bc546718f41a847 Mon Sep 17 00:00:00 2001 From: Haripriya Date: Thu, 14 Dec 2023 22:38:07 +0530 Subject: [PATCH 3/4] note --- content/en/docs/tutorials/services/source-ip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index 05a0914cef..049b3eee1e 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -50,7 +50,7 @@ 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 >}} +{{< /note >}} ```shell kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4 From f55c69129aebebc079d0d5841ffd76b0bca3c2be Mon Sep 17 00:00:00 2001 From: Haripriya Date: Wed, 20 Dec 2023 20:22:49 +0530 Subject: [PATCH 4/4] updated note --- content/en/docs/tutorials/services/source-ip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index 049b3eee1e..6907cf8919 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -49,7 +49,7 @@ 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. +The image in the following command only runs on AMD64 architectures. {{< /note >}} ```shell