Skip to content

Update deploy-intro.html #48170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ <h3>Objectives</h3>
<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>
<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
<a href="https://minikube.sigs.k8s.io/docs/drivers/">driver</a> can do this after
you install Docker Desktop. You can either make sure Docker Desktop is running when
you issue your first `minikube start` comman; or, if you already have a Minikube
instance, you can create a new one with `minikube start driver=docker`.</p>
{{< /note >}}

<p>
Expand Down