Skip to content

Commit 30bdb4d

Browse files
authored
Merge pull request #2489 from antonincms/fix-quickstart-prerequisites
📖 Update go prerequisites for the 3.3 release
2 parents 358356c + 9c4e459 commit 30bdb4d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/book/src/quick-start.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ This Quick Start guide will cover:
99

1010
## Prerequisites
1111

12-
- [go](https://golang.org/dl/) version v1.15+ (kubebuilder v3.0).
13-
- [go](https://golang.org/dl/) version v1.16+ (kubebuilder v3.1+).
12+
- [go](https://golang.org/dl/) version v1.15+ (kubebuilder v3.0 < v3.1).
13+
- [go](https://golang.org/dl/) version v1.16+ (kubebuilder v3.1 < v3.3).
14+
- [go](https://golang.org/dl/) version v1.17+ (kubebuilder v3.3+).
1415
- [docker](https://docs.docker.com/install/) version 17.03+.
1516
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.11.3+.
1617
- Access to a Kubernetes v1.11.3+ cluster.
@@ -92,7 +93,7 @@ and the `controllers/guestbook_controller.go` where the reconciliation business
9293
logic. For more info see [Designing an API](/cronjob-tutorial/api-design.md) and [What's in
9394
a Controller](cronjob-tutorial/controller-overview.md).
9495

95-
If you are editing the API definitions, generate the manifests such as CRs or CRDs using
96+
If you are editing the API definitions, generate the manifests such as CRs or CRDs using
9697
```bash
9798
make manifests
9899
```
@@ -201,13 +202,13 @@ make deploy IMG=<some-registry>/<project-name>:tag
201202
<aside class="note">
202203
<h1>registry permission</h1>
203204

204-
This image ought to be published in the personal registry you specified. And it is required to have access to pull the image from the working environment.
205+
This image ought to be published in the personal registry you specified. And it is required to have access to pull the image from the working environment.
205206
Make sure you have the proper permission to the registry if the above commands don't work.
206207

207208
<h1>RBAC errors</h1>
208209

209210
If you encounter RBAC errors, you may need to grant yourself cluster-admin
210-
privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBAC on GKE cluster v1.11.x and older][pre-rbc-gke] which may be your case.
211+
privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBAC on GKE cluster v1.11.x and older][pre-rbc-gke] which may be your case.
211212

212213
</aside>
213214

0 commit comments

Comments
 (0)