File tree 2 files changed +8
-4
lines changed
content/en/docs/tutorials
kubernetes-basics/create-cluster
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ The tutorial provides a container image that uses NGINX to echo back all the req
28
28
29
29
30
30
This tutorial assumes that you have already set up ` minikube ` .
31
- See [ minikube start] ( https://minikube.sigs.k8s.io/docs/start/ ) for installation instructions.
31
+ See __ Step 1__ in [ minikube start] ( https://minikube.sigs.k8s.io/docs/start/ ) for installation instructions.
32
+ {{< note >}}
33
+ Only execute the instructions in __ Step 1, Installation__ . The rest is covered on this page.
34
+ {{< /note >}}
32
35
33
36
You also need to install ` kubectl ` .
34
37
See [ Install tools] ( /docs/tasks/tools/#kubectl ) for installation instructions.
@@ -315,6 +318,10 @@ minikube delete
315
318
316
319
If you want to use minikube again to learn more about Kubernetes, you don' t need to delete it.
317
320
321
+ # # Conclusion
322
+
323
+ This page covered the basic aspects to get a minikube cluster up and running. You are now ready to deploy applications.
324
+
318
325
# # {{% heading "whatsnext" %}}
319
326
320
327
Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ <h2 style="color: #3771e3;">Cluster Diagram</h2>
96
96
97
97
</ div >
98
98
</ div >
99
- < div class ="row ">
100
- < p > Once you've done that, move on to < a href ="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/ "> Using < tt > kubectl</ tt > to create a Deployment</ a > .</ p >
101
- </ div >
102
99
103
100
</ main >
104
101
You can’t perform that action at this time.
0 commit comments