You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ <h3>Objectives</h3>
27
27
28
28
<divclass="col-md-8">
29
29
<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
+
30
37
<p>
31
38
Once you have a <ahref="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">running Kubernetes cluster</a>, you can deploy your containerized applications on top of it.
32
39
To do so, you create a Kubernetes <b>Deployment</b>. The Deployment instructs Kubernetes
0 commit comments