Skip to content

Commit f15273f

Browse files
committed
Added information about how to make kustomize executable
1 parent 845aad1 commit f15273f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/book/src/quick-start.md

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ arch=$(go env GOARCH)
3737
curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/kustomize/${os}/${arch}
3838
```
3939

40+
Ensure that kustomize is executable:
41+
42+
```bash
43+
chmod 755 /usr/local/kubebuilder/bin/kustomize
44+
```
45+
4046
## Create a Project
4147

4248
Initialize a new project and Go module for your controllers:

0 commit comments

Comments
 (0)