You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/quick-start.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ This Quick Start guide will cover:
9
9
10
10
## Prerequisites
11
11
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+).
14
15
-[docker](https://docs.docker.com/install/) version 17.03+.
15
16
-[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.11.3+.
16
17
- Access to a Kubernetes v1.11.3+ cluster.
@@ -92,7 +93,7 @@ and the `controllers/guestbook_controller.go` where the reconciliation business
92
93
logic. For more info see [Designing an API](/cronjob-tutorial/api-design.md) and [What's in
93
94
a Controller](cronjob-tutorial/controller-overview.md).
94
95
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
96
97
```bash
97
98
make manifests
98
99
```
@@ -201,13 +202,13 @@ make deploy IMG=<some-registry>/<project-name>:tag
201
202
<asideclass="note">
202
203
<h1>registry permission</h1>
203
204
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.
205
206
Make sure you have the proper permission to the registry if the above commands don't work.
206
207
207
208
<h1>RBAC errors</h1>
208
209
209
210
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.
0 commit comments