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:
Seth 2019-05-23 04:56:24 +02:00 committed by Kubernetes Prow Robot
parent 785412cb72
commit 3f02b89a1e
7 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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 %}}

View File

@ -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 %}}

View File

@ -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 %}}

View File

@ -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 %}}

View File

@ -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 %}}

View File

@ -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