We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3202ae8 + 45bb01f commit 16cb308Copy full SHA for 16cb308
docs/book/src/quick-start.md
@@ -24,11 +24,11 @@ os=$(go env GOOS)
24
arch=$(go env GOARCH)
25
26
# download kubebuilder and extract it to tmp
27
-curl -sL https://go.kubebuilder.io/dl/2.0.1/${os}/${arch} | tar -xz -C /tmp/
+curl -sL https://go.kubebuilder.io/dl/2.1.0/${os}/${arch} | tar -xz -C /tmp/
28
29
# move to a long-term location and put it on your path
30
# (you'll need to set the KUBEBUILDER_ASSETS env var if you put it somewhere else)
31
-sudo mv /tmp/kubebuilder_2.0.1_${os}_${arch} /usr/local/kubebuilder
+sudo mv /tmp/kubebuilder_2.1.0_${os}_${arch} /usr/local/kubebuilder
32
export PATH=$PATH:/usr/local/kubebuilder/bin
33
```
34
0 commit comments