Skip to content

Commit fa34da7

Browse files
authored
Merge pull request #1853 from vincepri/kind-06
📖 Update docs to support KIND v0.6.x
2 parents 1d36bca + f613b12 commit fa34da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/src/tasks/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ Cluster API requires an existing kubernetes cluster accessible via kubectl, choo
1818

1919
<h1>Warning</h1>
2020

21+
**Minimum supported version**: v0.6.x
22+
2123
[kind] is not designed for production use, and is intended for development environments only.
2224

2325
</aside>
2426

2527
```bash
2628
kind create cluster --name=clusterapi
27-
export KUBECONFIG="$(kind get kubeconfig-path --name="clusterapi")"
2829
```
2930
{{#/tab }}
3031
{{#tab Docker}}

0 commit comments

Comments
 (0)