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
2727
2828# Install kustomize
2929brew install kustomize
30+
31+ # Install Kubebuilder
32+ brew install kubebuilder
3033```
3134{{#/tab }}
3235{{#tab Linux}}
@@ -39,17 +42,15 @@ curl -fLO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
3942# Install kustomize
4043curl -s " https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
4144chmod +x ./kustomize && sudo mv ./kustomize /usr/local/bin/kustomize
42- ```
43-
44- {{#/tab }}
45- {{#/tabs }}
4645
47- ``` bash
4846# Install Kubebuilder
4947curl -sLo kubebuilder https://go.kubebuilder.io/dl/latest/$( go env GOOS) /$( go env GOARCH)
5048chmod +x ./kubebuilder && sudo mv ./kubebuilder /usr/local/bin/kubebuilder
5149```
5250
51+ {{#/tab }}
52+ {{#/tabs }}
53+
5354[ kubebuilder-book ] : https://book.kubebuilder.io/
5455[ kubectl-install ] : http://kubernetes.io/docs/user-guide/prereqs/
5556[ install-kustomize ] : https://kubectl.docs.kubernetes.io/installation/kustomize/
You can’t perform that action at this time.
0 commit comments