Merge pull request #44241 from haripriya9647/note
Add note to specify only AMD64 compatibility for example image
This commit is contained in:
commit
eabc417dc4
|
|
@ -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" %}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue