Fix some "capture prerequisites" errors in docs/tasks. (#10270)

Multiple "capture prerequisites" can only display the last one, so we need to
merge multiple "capture prerequisites".
This commit is contained in:
chenDT
2018-10-11 21:21:04 +00:00
committed by k8s-ci-robot
parent 6ac500f2ad
commit e6611e3100
5 changed files with 11 additions and 43 deletions
@@ -16,15 +16,10 @@ Setting up an extension API server to work the aggregation layer allows the Kube
{{% capture prerequisites %}}
* You need to have a Kubernetes cluster running.
* You must [configure the aggregation layer](/docs/tasks/access-kubernetes-api/configure-aggregation-layer/) and enable the apiserver flags.
{{% /capture %}}
{{% capture prerequisites %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
* You must [configure the aggregation layer](/docs/tasks/access-kubernetes-api/configure-aggregation-layer/) and enable the apiserver flags.
{{% /capture %}}
{{% capture steps %}}