Skip to content

Commit 1c9d556

Browse files
authored
Merge pull request #39311 from windsonsea/hellomy
Modify a UI menu option in hello-minikube
2 parents e745cad + a63a43a commit 1c9d556

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This tutorial provides a container image that uses NGINX to echo back all the re
4141

4242
## Create a minikube cluster
4343

44-
1. Click **Launch Terminal**
44+
1. Click **Launch Terminal**.
4545

4646
{{< kat-button >}}
4747

@@ -90,11 +90,10 @@ tutorial has only one Container. A Kubernetes
9090
Pod and restarts the Pod's Container if it terminates. Deployments are the
9191
recommended way to manage the creation and scaling of Pods.
9292

93-
1. Katacoda environment only: At the top of the terminal pane, click the plus sign, and then click open a new terminal.
93+
1. Katacoda environment only: At the top of the terminal pane, click the plus sign, and then click **Open New Terminal**.
9494

9595
1. Use the `kubectl create` command to create a Deployment that manages a Pod. The
9696
Pod runs a Container based on the provided Docker image.
97-
9897

9998
```shell
10099
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080

0 commit comments

Comments
 (0)