Skip to content

Commit bf40e12

Browse files
authored
Merge pull request #44234 from adityasamant25/issue-43256
Improve user guidance in Kubernetes basics tutorials
2 parents 7fd7300 + 81a6077 commit bf40e12

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ The tutorial provides a container image that uses NGINX to echo back all the req
2828

2929

3030
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 >}}
3235

3336
You also need to install `kubectl`.
3437
See [Install tools](/docs/tasks/tools/#kubectl) for installation instructions.
@@ -334,6 +337,10 @@ minikube delete
334337
335338
If you want to use minikube again to learn more about Kubernetes, you don't need to delete it.
336339

340+
## Conclusion
341+
342+
This page covered the basic aspects to get a minikube cluster up and running. You are now ready to deploy applications.
343+
337344
## {{% heading "whatsnext" %}}
338345

339346

content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ <h2 style="color: #3771e3;">Cluster Diagram</h2>
9696

9797
</div>
9898
</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>
10299

103100
</main>
104101

0 commit comments

Comments
 (0)