Merge pull request #44241 from haripriya9647/note

Add note to specify only AMD64 compatibility for example image
This commit is contained in:
Kubernetes Prow Robot 2023-12-28 14:59:24 +01:00 committed by GitHub
commit eabc417dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 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 image in the following command only runs on AMD64 architectures.
{{< /note >}}
```shell
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4
```
@ -57,7 +61,6 @@ deployment.apps/source-ip-app created
```
## {{% heading "objectives" %}}