Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 50ceb14

Browse files
committed
docs: Document minimum requirement of Kubernetes 1.16
1 parent 7f4f6ea commit 50ceb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ help you get started.
3434
### Binaries
3535

3636
The KubeFed deployment depends on `kubebuilder`, `etcd`, `kubectl`, and
37-
`kube-apiserver` >= v1.13 being installed in the path. The `kubebuilder`
37+
`kube-apiserver` >= v1.16 being installed in the path. The `kubebuilder`
3838
([v2.3.1](https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v2.3.1)
3939
as of this writing) release packages all of these dependencies together.
4040

@@ -48,7 +48,7 @@ export PATH=$(pwd)/bin:${PATH}
4848

4949
### kubernetes
5050

51-
The KubeFed deployment requires kubernetes version >= 1.13. To see a detailed list of binaries required, see the prerequisites section in the [user guide](./userguide.md#prerequisites)
51+
The KubeFed deployment requires kubernetes version >= 1.16. To see a detailed list of binaries required, see the prerequisites section in the [user guide](./userguide.md#prerequisites)
5252

5353
## Prerequisites
5454

0 commit comments

Comments
 (0)