Update link and standardize language (#14482)

This commit is contained in:
Seth
2019-06-05 22:40:12 -07:00
committed by Kubernetes Prow Robot
parent 6c85c9c478
commit 11194bcd86
12 changed files with 20 additions and 20 deletions
@@ -20,7 +20,7 @@ federation api-server.
{{% capture prerequisites %}} {{% capture prerequisites %}}
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You should also have a basic [working knowledge of Kubernetes](/docs/setup/) in * You should also have a basic [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general. general.
{{% /capture %}} {{% /capture %}}
@@ -22,7 +22,7 @@ across all the clusters in federation.
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You should also have a basic * You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/) in particular. general and [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -21,8 +21,8 @@ across all the clusters in federation.
{{% capture prerequisites %}} {{% capture prerequisites %}}
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You are also expected to have a basic * You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [DaemonSets](/docs/concepts/workloads/controllers/daemonset/) in particular. general and [DaemonSets](/docs/concepts/workloads/controllers/daemonset/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -27,7 +27,7 @@ Some features
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You should also have a basic * You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [Deployments](/docs/concepts/workloads/controllers/deployment/) in particular. general and [Deployments](/docs/concepts/workloads/controllers/deployment/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -26,8 +26,8 @@ this for you). Other tutorials, for example
[this one](https://github.com/kelseyhightower/kubernetes-cluster-federation) [this one](https://github.com/kelseyhightower/kubernetes-cluster-federation)
by Kelsey Hightower, are also available to help you. by Kelsey Hightower, are also available to help you.
You are also expected to have a basic You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general. general.
## View federation events ## View federation events
@@ -25,8 +25,8 @@ needed most by manipulating the min and max limits of the HPA objects in the fed
{{% capture prerequisites %}} {{% capture prerequisites %}}
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You are also expected to have a basic * You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [HPAs](/docs/tasks/run-application/horizontal-pod-autoscale/) in particular. general and [HPAs](/docs/tasks/run-application/horizontal-pod-autoscale/) in particular.
The federated HPA is an alpha feature. The API is not enabled by default on the The federated HPA is an alpha feature. The API is not enabled by default on the
@@ -71,8 +71,8 @@ this for you). Other tutorials, for example
[this one](https://github.com/kelseyhightower/kubernetes-cluster-federation) [this one](https://github.com/kelseyhightower/kubernetes-cluster-federation)
by Kelsey Hightower, are also available to help you. by Kelsey Hightower, are also available to help you.
You must also have a basic You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general, and [Ingress](/docs/concepts/services-networking/ingress/) in particular. general, and [Ingress](/docs/concepts/services-networking/ingress/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -21,8 +21,8 @@ parallelism and completions exist across the registered clusters.
{{% capture prerequisites %}} {{% capture prerequisites %}}
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You are also expected to have a basic * You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [jobs](/docs/concepts/workloads/controllers/jobs-run-to-completion/) in particular. general and [jobs](/docs/concepts/workloads/controllers/jobs-run-to-completion/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -22,7 +22,7 @@ across all the clusters in federation.
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You are also expected to have a basic * You are also expected to have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [Namespaces](/docs/concepts/overview/working-with-objects/namespaces/) in particular. general and [Namespaces](/docs/concepts/overview/working-with-objects/namespaces/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -21,8 +21,8 @@ replicas exist across the registered clusters.
{{% capture prerequisites %}} {{% capture prerequisites %}}
* {{< include "federated-task-tutorial-prereqs.md" >}} * {{< include "federated-task-tutorial-prereqs.md" >}}
* You are also expected to have a basic * You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [ReplicaSets](/docs/concepts/workloads/controllers/replicaset/) in particular. general and [ReplicaSets](/docs/concepts/workloads/controllers/replicaset/) in particular.
{{% /capture %}} {{% /capture %}}
@@ -31,8 +31,8 @@ this for you). Other tutorials, for example
[this one](https://github.com/kelseyhightower/kubernetes-cluster-federation) [this one](https://github.com/kelseyhightower/kubernetes-cluster-federation)
by Kelsey Hightower, are also available to help you. by Kelsey Hightower, are also available to help you.
You are also expected to have a basic You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general and [Secrets](/docs/concepts/configuration/secret/) in particular. general and [Secrets](/docs/concepts/configuration/secret/) in particular.
## Creating a Federated Secret ## Creating a Federated Secret
@@ -62,8 +62,8 @@ this for you). Other tutorials, for example
[this one](https://github.com/kelseyhightower/kubernetes-cluster-federation) [this one](https://github.com/kelseyhightower/kubernetes-cluster-federation)
by Kelsey Hightower, are also available to help you. by Kelsey Hightower, are also available to help you.
You are also expected to have a basic You should also have a basic
[working knowledge of Kubernetes](/docs/setup/) in [working knowledge of Kubernetes](/docs/tutorials/kubernetes-basics/) in
general, and [Services](/docs/concepts/services-networking/service/) in particular. general, and [Services](/docs/concepts/services-networking/service/) in particular.
## Hybrid cloud capabilities ## Hybrid cloud capabilities