Skip to content

Commit f3c28b2

Browse files
Update deploy-intro.html
1 parent 9bb125c commit f3c28b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>kubectl basics</h3>
121121
<a id="deploy-an-app"></a>
122122
<h3>Deploy an app</h3>
123123
<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 `kubenetes-bootcamp` image is built only for the `amd64` CPU architecture and may not work on your machine.{{< /note >}}
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 >}}
125125
<p><b><code>kubectl create deployment kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1</code></b></p>
126126
<p>Great! You just deployed your first application by creating a deployment. This performed a few things for you:</p>
127127
<ul>

0 commit comments

Comments
 (0)