Skip to content

Commit 1950c95

Browse files
committed
cleanup setup, contribute, tutorials index pages
1 parent 4ebc47d commit 1950c95

File tree

3 files changed

+7
-31
lines changed

3 files changed

+7
-31
lines changed

content/en/docs/contribute/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ content_type: concept
33
title: Contribute to Kubernetes docs
44
linktitle: Contribute
55
main_menu: true
6+
no_list: true
67
weight: 80
78
card:
89
name: contribute
@@ -23,8 +24,6 @@ Kubernetes documentation contributors:
2324

2425
Kubernetes documentation welcomes improvements from all contributors, new and experienced!
2526

26-
27-
2827
<!-- body -->
2928

3029
## Getting started
@@ -74,5 +73,3 @@ SIG Docs communicates with different methods:
7473
- Visit the [Kubernetes community site](/community/). Participate on Twitter or Stack Overflow, learn about local Kubernetes meetups and events, and more.
7574
- Read the [contributor cheatsheet](https://github.com/kubernetes/community/tree/master/contributors/guide/contributor-cheatsheet) to get involved with Kubernetes feature development.
7675
- Submit a [blog post or case study](/docs/contribute/new-content/blogs-case-studies/).
77-
78-

content/en/docs/setup/_index.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,20 @@ card:
2020

2121
<!-- overview -->
2222

23-
This section covers different options to set up and run Kubernetes.
24-
25-
Different Kubernetes solutions meet different requirements: ease of maintenance, security, control, available resources, and expertise required to operate and manage a cluster.
26-
27-
You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter, or choose a managed Kubernetes cluster. You can also create custom solutions across a wide range of cloud providers, or bare metal environments.
28-
29-
More simply, you can create a Kubernetes cluster in learning and production environments.
30-
23+
This section lists the different ways to set up and run Kubernetes.
24+
When you install Kubernetes, choose an installation type based on: ease of maintenance, security,
25+
control, available resources, and expertise required to operate and manage a cluster.
3126

27+
You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter, or choose a managed Kubernetes cluster. There are also custom solutions across a wide range of cloud providers, or bare metal environments.
3228

3329
<!-- body -->
3430

3531
## Learning environment
3632

37-
If you're learning Kubernetes, use the Docker-based solutions: tools supported by the Kubernetes community, or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
38-
39-
{{< table caption="Local machine solutions table that lists the tools supported by the community and the ecosystem to deploy Kubernetes." >}}
40-
41-
|Community |Ecosystem |
42-
| ------------ | -------- |
43-
| [Minikube](/docs/setup/learning-environment/minikube/) | [Docker Desktop](https://www.docker.com/products/docker-desktop)|
44-
| [kind (Kubernetes IN Docker)](/docs/setup/learning-environment/kind/) | [Minishift](https://docs.okd.io/latest/minishift/)|
45-
| | [MicroK8s](https://microk8s.io/)|
46-
33+
If you're learning Kubernetes, use the tools supported by the Kubernetes community, or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
4734

4835
## Production environment
4936

5037
When evaluating a solution for a production environment, consider which aspects of operating a Kubernetes cluster (or _abstractions_) you want to manage yourself or offload to a provider.
5138

5239
[Kubernetes Partners](https://kubernetes.io/partners/#conformance) includes a list of [Certified Kubernetes](https://github.com/cncf/k8s-conformance/#certified-kubernetes) providers.
53-
54-

content/en/docs/tutorials/_index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Tutorials
33
main_menu: true
4+
no_list: true
45
weight: 60
56
content_type: concept
67
---
@@ -14,8 +15,6 @@ each of which has a sequence of steps.
1415
Before walking through each tutorial, you may want to bookmark the
1516
[Standardized Glossary](/docs/reference/glossary/) page for later references.
1617

17-
18-
1918
<!-- body -->
2019

2120
## Basics
@@ -64,13 +63,8 @@ Before walking through each tutorial, you may want to bookmark the
6463

6564
* [Using Source IP](/docs/tutorials/services/source-ip/)
6665

67-
68-
6966
## {{% heading "whatsnext" %}}
7067

71-
7268
If you would like to write a tutorial, see
7369
[Content Page Types](/docs/contribute/style/page-content-types/)
7470
for information about the tutorial page type.
75-
76-

0 commit comments

Comments
 (0)