Skip to content

Commit

Permalink
Add comments on Tutorial for not working on ARM architecture cluster (k…
Browse files Browse the repository at this point in the history
…ubernetes#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]>
  • Loading branch information
2 people authored and Okabe-Junya committed Feb 1, 2024
1 parent 7c61a91 commit 8395d9e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ <h3>Objectives</h3>

<div class="col-md-8">
<h3>Kubernetes Deployments</h3>

{{< note >}}
<p>This tutorial uses a container that requires the AMD64 architecture. If you are using
minikube on a computer with a different CPU architecture, you could try using minikube with
a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.</p>
{{< /note >}}

<p>
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.
To do so, you create a Kubernetes <b>Deployment</b>. The Deployment instructs Kubernetes
Expand Down

0 comments on commit 8395d9e

Please sign in to comment.