File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This Quick Start guide will cover:
9
9
10
10
## Prerequisites
11
11
12
- - [ go] ( https://golang.org/dl/ ) version v1.12 +.
12
+ - [ go] ( https://golang.org/dl/ ) version v1.13 +.
13
13
- [ docker] ( https://docs.docker.com/install/ ) version 17.03+.
14
14
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.11.3+.
15
15
- [ kustomize] ( https://sigs.k8s.io/kustomize/docs/INSTALL.md ) v3.1.0+
@@ -24,11 +24,11 @@ os=$(go env GOOS)
24
24
arch=$( go env GOARCH)
25
25
26
26
# download kubebuilder and extract it to tmp
27
- curl -sL https://go.kubebuilder.io/dl/2.1 .0/${os} /${arch} | tar -xz -C /tmp/
27
+ curl -sL https://go.kubebuilder.io/dl/2.2 .0/${os} /${arch} | tar -xz -C /tmp/
28
28
29
29
# move to a long-term location and put it on your path
30
30
# (you'll need to set the KUBEBUILDER_ASSETS env var if you put it somewhere else)
31
- sudo mv /tmp/kubebuilder_2.1 .0_${os} _${arch} /usr/local/kubebuilder
31
+ sudo mv /tmp/kubebuilder_2.2 .0_${os} _${arch} /usr/local/kubebuilder
32
32
export PATH=$PATH :/usr/local/kubebuilder/bin
33
33
```
34
34
You can’t perform that action at this time.
0 commit comments