Merge pull request #24678 from tengqm/links-tasks

Fix links in the tasks section
This commit is contained in:
Kubernetes Prow Robot
2020-10-22 02:09:35 -07:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
@@ -10,7 +10,7 @@ weight: 10
{{< feature-state for_k8s_version="v1.15" state="stable" >}} {{< feature-state for_k8s_version="v1.15" state="stable" >}}
Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/) expire after 1 year. This page explains how to manage certificate renewals with kubeadm. Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/) expire after 1 year. This page explains how to manage certificate renewals with kubeadm.
## {{% heading "prerequisites" %}} ## {{% heading "prerequisites" %}}
@@ -12,7 +12,7 @@ This page shows how to use Romana for NetworkPolicy.
## {{% heading "prerequisites" %}} ## {{% heading "prerequisites" %}}
Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/kubeadm/). Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/).
<!-- steps --> <!-- steps -->
@@ -13,7 +13,7 @@ This page shows how to use Weave Net for NetworkPolicy.
## {{% heading "prerequisites" %}} ## {{% heading "prerequisites" %}}
You need to have a Kubernetes cluster. Follow the You need to have a Kubernetes cluster. Follow the
[kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/kubeadm/) to bootstrap one. [kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/) to bootstrap one.
<!-- steps --> <!-- steps -->
@@ -29,7 +29,7 @@ PersistentVolume.
{{< glossary_tooltip text="kubectl" term_id="kubectl" >}} {{< glossary_tooltip text="kubectl" term_id="kubectl" >}}
command-line tool must be configured to communicate with your cluster. If you command-line tool must be configured to communicate with your cluster. If you
do not already have a single-node cluster, you can create one by using do not already have a single-node cluster, you can create one by using
[Minikube](/docs/setup/learning-environment/minikube/). [Minikube](https://minikube.sigs.k8s.io/docs/).
* Familiarize yourself with the material in * Familiarize yourself with the material in
[Persistent Volumes](/docs/concepts/storage/persistent-volumes/). [Persistent Volumes](/docs/concepts/storage/persistent-volumes/).
@@ -18,7 +18,7 @@ This page shows how to use PodPreset objects to inject information like {{< glos
## {{% heading "prerequisites" %}} ## {{% heading "prerequisites" %}}
You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one using [Minikube](/docs/setup/learning-environment/minikube/). You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one using [Minikube](https://minikube.sigs.k8s.io/docs/).
Make sure that you have [enabled PodPreset](/docs/concepts/workloads/pods/podpreset/#enable-pod-preset) in your cluster. Make sure that you have [enabled PodPreset](/docs/concepts/workloads/pods/podpreset/#enable-pod-preset) in your cluster.
@@ -525,7 +525,7 @@ compinit
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
* [Install Minikube](/docs/tasks/tools/install-minikube/) * [Install Minikube](https://minikube.sigs.k8s.io/docs/start/)
* See the [getting started guides](/docs/setup/) for more about creating clusters. * See the [getting started guides](/docs/setup/) for more about creating clusters.
* [Learn how to launch and expose your application.](/docs/tasks/access-application-cluster/service-access-application-cluster/) * [Learn how to launch and expose your application.](/docs/tasks/access-application-cluster/service-access-application-cluster/)
* If you need access to a cluster you didn't create, see the * If you need access to a cluster you didn't create, see the