Skip to content

Commit ec8fc32

Browse files
authored
Merge pull request #2852 from kubernetes-sigs/revert-2848-fix-readme
🌱 Add back info about Apple Silicon support to the README ( prior release )
2 parents fc320a8 + abe5416 commit ec8fc32

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,19 @@ Currently, Kubebuilder officially supports OSX and Linux platforms.
119119
So, if you are using a Windows OS you may find issues. Contributions towards
120120
supporting Windows are welcome.
121121

122+
### Apple Silicon
123+
124+
Apple Silicon (`darwin/arm64`) is supported using the `go/v4-alpha` plugin which provides support for this platform.
125+
126+
```bash
127+
kubebuilder init --domain my.domain --repo my.domain/guestbook --plugins=go/v4-alpha
128+
```
129+
130+
**Note**: The `go/v4-alpha` plugin is an unstable version and can have breaking changes in future releases. The previous kustomize
131+
version (`v3.Y.Z`) used in the `go/v3` has no available binaries for this
132+
platform [kubernetes-sigs/kustomize/issues/4612](https://github.com/kubernetes-sigs/kustomize/issues/4612)
133+
Because of this, we cannot support this `darwin/arm64` on the stable scaffold done by default with the Kubebuilder with the `go/v3` plugin.
134+
122135
## Community Meetings
123136

124137
The following meetings happen biweekly:

0 commit comments

Comments
 (0)