We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845aad1 commit f15273fCopy full SHA for f15273f
docs/book/src/quick-start.md
@@ -37,6 +37,12 @@ arch=$(go env GOARCH)
37
curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/kustomize/${os}/${arch}
38
```
39
40
+Ensure that kustomize is executable:
41
+
42
+```bash
43
+chmod 755 /usr/local/kubebuilder/bin/kustomize
44
+```
45
46
## Create a Project
47
48
Initialize a new project and Go module for your controllers:
0 commit comments