Skip to content

Commit dc66ef3

Browse files
pegasasTim Bannister
andauthored
Add comments on Tutorial for not working on ARM architecture cluster (#44279)
* Add comments on Tutorial for not working on ARM architecture cluster * Update deploy-intro.html * Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Tim Bannister <[email protected]>
1 parent d266ea2 commit dc66ef3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ <h3>Objectives</h3>
2727

2828
<div class="col-md-8">
2929
<h3>Kubernetes Deployments</h3>
30+
31+
{{< note >}}
32+
<p>This tutorial uses a container that requires the AMD64 architecture. If you are using
33+
minikube on a computer with a different CPU architecture, you could try using minikube with
34+
a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.</p>
35+
{{< /note >}}
36+
3037
<p>
3138
Once you have a <a href="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">running Kubernetes cluster</a>, you can deploy your containerized applications on top of it.
3239
To do so, you create a Kubernetes <b>Deployment</b>. The Deployment instructs Kubernetes

0 commit comments

Comments
 (0)