Skip to content

Commit

Permalink
📖 remove warning from quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Mar 11, 2023
1 parent 1f38140 commit c58b3f1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ Kubebuilder provides autocompletion support for Bash and Zsh via the command `ku

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

<aside class="note warning">
<h1> Apple Silicon (M1) </h1>

The current scaffold done by the CLI (`go/v3`) uses [kubernetes-sigs/kustomize][kustomize] v3 which does not provide
a valid binary for Apple Silicon (`darwin/arm64`). Therefore, you can use the `go/v4` plugin
instead which provides support for this platform:

```bash
kubebuilder init --domain my.domain --repo my.domain/guestbook --plugins=go/v4
```

</aside>

```bash
mkdir -p ~/projects/guestbook
cd ~/projects/guestbook
Expand Down

0 comments on commit c58b3f1

Please sign in to comment.