Skip to content

Commit

Permalink
Clarify kubebuilder minimal version is 1.0.5. (kubernetes-sigs#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored and k8s-ci-robot committed Feb 27, 2019
1 parent fab4c07 commit c077c33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/book/provider_implementations/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
In order to demonstrate how to develop a new Cluster API provider we will use
`kubebuilder` to create an example provider. For more information on `kubebuilder`
and CRDs in general we highly recommend reading the [Kubebuilder Book][kubebuilder-book].
Much of the information here was adapted directly from it.
Much of the information here was adapted directly from it. The minimal version of
`kubebuilder` required is [`v1.0.5`][kubebuilder-1.0.5].

## Prerequisites

Expand Down Expand Up @@ -56,3 +57,4 @@ chmod u+x /usr/local/bin/kustomize
[kubectl-install]: http://kubernetes.io/docs/user-guide/prereqs/
[install-kustomize]: https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md
[install-kubebuilder]: https://book.kubebuilder.io/getting_started/installation_and_setup.html
[kubebuilder-1.0.5]: https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v1.0.5

0 comments on commit c077c33

Please sign in to comment.