Skip to content

Commit ad6d6d1

Browse files
Bump kind version in docs
Signed-off-by: killianmuldoon <[email protected]>
1 parent 0559107 commit ad6d6d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/book/src/developer/providers/migrations/v1.4-to-v1.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers of providers and consumers of our Go API.
1111

1212
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
1313

14-
- sigs.k8s.io/kind: v0.17.x => v0.18.x
14+
- sigs.k8s.io/kind: v0.17.x => v0.19.x
1515

1616
## Changes by Kind
1717

docs/book/src/developer/tilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workflow that offers easy deployments and rapid iterative builds.
88
## Prerequisites
99

1010
1. [Docker](https://docs.docker.com/install/): v19.03 or newer
11-
1. [kind](https://kind.sigs.k8s.io): v0.17 or newer
11+
1. [kind](https://kind.sigs.k8s.io): v0.19 or newer
1212
1. [Tilt](https://docs.tilt.dev/install.html): v0.30.8 or newer
1313
1. [kustomize](https://github.com/kubernetes-sigs/kustomize): provided via `make kustomize`
1414
1. [envsubst](https://github.com/drone/envsubst): provided via `make envsubst`

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ a target [management cluster] on the selected [infrastructure provider].
4646

4747
[kind] is not designed for production use.
4848

49-
**Minimum [kind] supported version**: v0.18.0
49+
**Minimum [kind] supported version**: v0.19.0
5050

5151
**Help with common issues can be found in the [Troubleshooting Guide](./troubleshooting.md).**
5252

0 commit comments

Comments
 (0)