File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
docs/book/src/developer/providers/implementers-guide Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ brew install kubernetes-cli
27
27
28
28
# Install kustomize
29
29
brew install kustomize
30
+
31
+ # Install Kubebuilder
32
+ brew install kubebuilder
30
33
```
31
34
{{#/tab }}
32
35
{{#tab Linux}}
@@ -39,17 +42,15 @@ curl -fLO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
39
42
# Install kustomize
40
43
curl -s " https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
41
44
chmod +x ./kustomize && sudo mv ./kustomize /usr/local/bin/kustomize
42
- ```
43
-
44
- {{#/tab }}
45
- {{#/tabs }}
46
45
47
- ``` bash
48
46
# Install Kubebuilder
49
47
curl -sLo kubebuilder https://go.kubebuilder.io/dl/latest/$( go env GOOS) /$( go env GOARCH)
50
48
chmod +x ./kubebuilder && sudo mv ./kubebuilder /usr/local/bin/kubebuilder
51
49
```
52
50
51
+ {{#/tab }}
52
+ {{#/tabs }}
53
+
53
54
[ kubebuilder-book ] : https://book.kubebuilder.io/
54
55
[ kubectl-install ] : http://kubernetes.io/docs/user-guide/prereqs/
55
56
[ install-kustomize ] : https://kubectl.docs.kubernetes.io/installation/kustomize/
You can’t perform that action at this time.
0 commit comments