Skip to content

Commit

Permalink
Merge pull request #2179 from prankul88/update-doc-kind
Browse files Browse the repository at this point in the history
 📖 Update docs to support KIND >= v0.6.x
  • Loading branch information
k8s-ci-robot committed Jan 28, 2020
2 parents a6fc15e + 846f20b commit 63d7ba5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/book/src/tasks/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ Cluster API requires an existing kubernetes cluster accessible via kubectl, choo

<h1>Warning</h1>

**Minimum [kind] supported version**: v0.6.x

[kind] is not designed for production use; it is intended for development and testing environments.

</aside>

```bash
kind create cluster --name=clusterapi
export KUBECONFIG="$(kind get kubeconfig-path --name="clusterapi")"
kubectl cluster-info --context kind-clusterapi
```
{{#/tab }}
{{#tab Docker}}
Expand All @@ -33,6 +35,8 @@ Cluster API requires an existing kubernetes cluster accessible via kubectl, choo

<h1>Warning</h1>

**Minimum [kind] supported version**: v0.6.x

[kind] is not designed for production use; it is intended for development and testing environments.

</aside>
Expand All @@ -58,7 +62,7 @@ nodes:
containerPath: /var/run/docker.sock
EOF
kind create cluster --config ./kind-cluster-with-extramounts.yaml --name clusterapi
export KUBECONFIG="$(kind get kubeconfig-path --name="clusterapi")"
kubectl cluster-info --context kind-clusterapi
```
{{#/tab }}
{{#/tabs }}
Expand Down

0 comments on commit 63d7ba5

Please sign in to comment.