File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/tutorials Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ This tutorial provides a container image that uses NGINX to echo back all the re
41
41
42
42
## Create a minikube cluster
43
43
44
- 1 . Click ** Launch Terminal**
44
+ 1 . Click ** Launch Terminal** .
45
45
46
46
{{< kat-button >}}
47
47
@@ -90,11 +90,10 @@ tutorial has only one Container. A Kubernetes
90
90
Pod and restarts the Pod' s Container if it terminates. Deployments are the
91
91
recommended way to manage the creation and scaling of Pods.
92
92
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 ** .
94
94
95
95
1. Use the ` kubectl create` command to create a Deployment that manages a Pod. The
96
96
Pod runs a Container based on the provided Docker image.
97
-
98
97
99
98
` ` ` shell
100
99
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
You can’t perform that action at this time.
0 commit comments