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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ <h3>kubectl basics</h3>
121
121
<aid="deploy-an-app"></a>
122
122
<h3>Deploy an app</h3>
123
123
<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 >}}
0 commit comments