Skip to content

Commit 643e381

Browse files
authored
Merge pull request #825 from jessica-dl/master
Added information about how to make kustomize executable
2 parents 845aad1 + f15273f commit 643e381

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/book/src/quick-start.md

Lines changed: 6 additions & 0 deletions
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)