File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,6 @@ Kubebuilder provides autocompletion support for Bash and Zsh via the command `ku
53
53
54
54
Create a directory, and then run the init command inside of it to initialize a new project. Follows an example.
55
55
56
- <aside class =" note warning " >
57
- <h1 > Apple Silicon (M1) </h1 >
58
-
59
- The current scaffold done by the CLI (` go/v3 ` ) uses [ kubernetes-sigs/kustomize] [ kustomize ] v3 which does not provide
60
- a valid binary for Apple Silicon (` darwin/arm64 ` ). Therefore, you can use the ` go/v4 ` plugin
61
- instead which provides support for this platform:
62
-
63
- ``` bash
64
- kubebuilder init --domain my.domain --repo my.domain/guestbook --plugins=go/v4
65
- ```
66
-
67
- </aside >
68
-
69
56
``` bash
70
57
mkdir -p ~ /projects/guestbook
71
58
cd ~ /projects/guestbook
You can’t perform that action at this time.
0 commit comments