Skip to content

Commit 0c5e59a

Browse files
authored
Merge pull request #2757 from camilamacedo86/quick-start
📖 quick start updates
2 parents 148134f + c24b4b7 commit 0c5e59a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/book/src/quick-start.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ cd ~/projects/guestbook
5959
kubebuilder init --domain my.domain --repo my.domain/guestbook
6060
```
6161

62-
<aside class="note">
63-
<h1>Supportability (Apple Silicon `arm64`)</h1>
64-
65-
If you are using Apple Silicon (`arm64`) you probably want try initialize the project with
66-
`kubebuilder init --plugins=kustomize/v2-alpha,base.go.kubebuilder.io/v3` instead. [More Info][more-info]
67-
68-
</aside>
69-
7062
<aside class="note">
7163
<h1>Developing in $GOPATH</h1>
7264

@@ -244,4 +236,3 @@ Now, see the [architecture concept diagram][architecture-concept-diagram] for a
244236
[go-modules-blogpost]: https://blog.golang.org/using-go-modules
245237
[envtest]: https://book.kubebuilder.io/reference/testing/envtest.html
246238
[architecture-concept-diagram]: architecture.md
247-
[more-info]: plugins/kustomize-v2-alpha.md

0 commit comments

Comments
 (0)