diff --git a/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md b/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md index 6b8ca3ec52834..a82533530496b 100644 --- a/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md +++ b/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md @@ -15,7 +15,7 @@ It assumes some familiarity with core Kubernetes [concepts](/docs/concepts/). {{% capture body %}} ## Planning a cluster -See the guides in [Picking the Right Solution](/docs/setup/pick-right-solution/) for examples of how to plan, set up, and configure Kubernetes clusters. The solutions listed in this article are called *distros*. +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*. Before choosing a guide, here are some considerations: diff --git a/content/en/docs/tasks/federation/administer-federation/cluster.md b/content/en/docs/tasks/federation/administer-federation/cluster.md index 11afbbe159d58..6c117f9deb0d1 100644 --- a/content/en/docs/tasks/federation/administer-federation/cluster.md +++ b/content/en/docs/tasks/federation/administer-federation/cluster.md @@ -20,7 +20,7 @@ federation api-server. {{% capture prerequisites %}} * {{< include "federated-task-tutorial-prereqs.md" >}} -* You should also have a basic [working knowledge of Kubernetes](/docs/setup/pick-right-solution/) in +* You should also have a basic [working knowledge of Kubernetes](/docs/setup/) in general. {{% /capture %}} diff --git a/content/en/docs/tasks/federation/administer-federation/configmap.md b/content/en/docs/tasks/federation/administer-federation/configmap.md index cf36e2e6ea7c1..25eb3f382eec1 100644 --- a/content/en/docs/tasks/federation/administer-federation/configmap.md +++ b/content/en/docs/tasks/federation/administer-federation/configmap.md @@ -22,7 +22,7 @@ across all the clusters in federation. * {{< include "federated-task-tutorial-prereqs.md" >}} * You should also have a basic -[working knowledge of Kubernetes](/docs/setup/pick-right-solution/) in +[working knowledge of Kubernetes](/docs/setup/) in general and [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/) in particular. {{% /capture %}} diff --git a/content/en/docs/tasks/federation/administer-federation/daemonset.md b/content/en/docs/tasks/federation/administer-federation/daemonset.md index dd9ed4f93aed7..38ee23801ece3 100644 --- a/content/en/docs/tasks/federation/administer-federation/daemonset.md +++ b/content/en/docs/tasks/federation/administer-federation/daemonset.md @@ -22,7 +22,7 @@ across all the clusters in federation. * {{< include "federated-task-tutorial-prereqs.md" >}} * You are also expected to have a basic -[working knowledge of Kubernetes](/docs/setup/pick-right-solution/) in +[working knowledge of Kubernetes](/docs/setup/) in general and [DaemonSets](/docs/concepts/workloads/controllers/daemonset/) in particular. {{% /capture %}} diff --git a/content/en/docs/tasks/federation/administer-federation/deployment.md b/content/en/docs/tasks/federation/administer-federation/deployment.md index cf80b9610a96d..a5286bdc185a7 100644 --- a/content/en/docs/tasks/federation/administer-federation/deployment.md +++ b/content/en/docs/tasks/federation/administer-federation/deployment.md @@ -27,7 +27,7 @@ Some features * {{< include "federated-task-tutorial-prereqs.md" >}} * You should also have a basic -[working knowledge of Kubernetes](/docs/setup/pick-right-solution/) in +[working knowledge of Kubernetes](/docs/setup/) in general and [Deployments](/docs/concepts/workloads/controllers/deployment/) in particular. {{% /capture %}} diff --git a/content/en/docs/tasks/federation/administer-federation/namespaces.md b/content/en/docs/tasks/federation/administer-federation/namespaces.md index 71019d81f05f7..8babe8da2b2d3 100644 --- a/content/en/docs/tasks/federation/administer-federation/namespaces.md +++ b/content/en/docs/tasks/federation/administer-federation/namespaces.md @@ -22,7 +22,7 @@ across all the clusters in federation. * {{< include "federated-task-tutorial-prereqs.md" >}} * You are also expected to have a basic -[working knowledge of Kubernetes](/docs/setup/pick-right-solution/) in +[working knowledge of Kubernetes](/docs/setup/) in general and [Namespaces](/docs/concepts/overview/working-with-objects/namespaces/) in particular. {{% /capture %}} diff --git a/content/en/docs/tutorials/stateful-application/cassandra.md b/content/en/docs/tutorials/stateful-application/cassandra.md index f2169a5d8caf3..06615a51490e5 100644 --- a/content/en/docs/tutorials/stateful-application/cassandra.md +++ b/content/en/docs/tutorials/stateful-application/cassandra.md @@ -48,7 +48,7 @@ To complete this tutorial, you should already have a basic familiarity with [Pod * Have a supported Kubernetes cluster running {{< note >}} -Please read the [getting started guides](/docs/setup/pick-right-solution/) if you do not already have a cluster. +Please read the [setup](/docs/setup/) if you do not already have a cluster. {{< /note >}} ### Additional Minikube Setup Instructions