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
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
+3-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@ <h3>Kubernetes Deployments</h3>
30
30
{{<note>}}
31
31
<p>This tutorial uses a container that requires the AMD64 architecture. If you are using
32
32
minikube on a computer with a different CPU architecture, you could try using minikube with
33
-
a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.</p>
33
+
a driver that can emulate AMD64. For example, the Docker Desktop driver can do this. You can
34
+
make sure Docker Deskstop is running when you issue your first `minikube start` command. If
35
+
you already have other Minikube instances you can create a one with `minikube start driver=docker`.</p>
34
36
{{< /note >}}
35
37
36
38
<p>
@@ -121,7 +123,6 @@ <h3>kubectl basics</h3>
121
123
<aid="deploy-an-app"></a>
122
124
<h3>Deploy an app</h3>
123
125
<p>Let’s deploy our first app on Kubernetes with the <code>kubectl create deployment</code> command. We need to provide the deployment name and app image location (include the full repository url for images hosted outside Docker Hub).</p>
124
-
{{<note>}}This <code>kubenetes-bootcamp</code> image is built only for the <code>amd64</code> CPU architecture and may not work on your machine.{{< /note >}}
0 commit comments