Skip to content

Commit c58b3f1

Browse files
📖 remove warning from quick start
1 parent 1f38140 commit c58b3f1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/book/src/quick-start.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ Kubebuilder provides autocompletion support for Bash and Zsh via the command `ku
5353

5454
Create a directory, and then run the init command inside of it to initialize a new project. Follows an example.
5555

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-
6956
```bash
7057
mkdir -p ~/projects/guestbook
7158
cd ~/projects/guestbook

0 commit comments

Comments
 (0)