You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/cluster-administration/_index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ It assumes some familiarity with core Kubernetes [concepts](/docs/concepts/).
19
19
20
20
See the guides in [Setup](/docs/setup/) for examples of how to plan, set up, and configure Kubernetes clusters. The solutions listed in this article are called *distros*.
21
21
22
+
{{< note >}}
23
+
Not all distros are actively maintained. Choose distros which have been tested with a recent version of Kubernetes.
24
+
{{< /note >}}
25
+
22
26
Before choosing a guide, here are some considerations:
23
27
24
28
- Do you just want to try out Kubernetes on your computer, or do you want to build a high-availability, multi-node cluster? Choose distros best suited for your needs.
@@ -31,7 +35,6 @@ Before choosing a guide, here are some considerations:
31
35
offer a greater variety of choices.
32
36
- Familiarize yourself with the [components](/docs/admin/cluster-components/) needed to run a cluster.
33
37
34
-
Note: Not all distros are actively maintained. Choose distros which have been tested with a recent version of Kubernetes.
0 commit comments