Fix dangling "pick-right-solution" references - English (#14468)
* Fix dangling references * Redirect to setup * english update only * english update only * Update last file * word fix
This commit is contained in:
parent
785412cb72
commit
3f02b89a1e
|
@ -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:
|
||||
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue