File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,19 @@ Currently, Kubebuilder officially supports OSX and Linux platforms.
119
119
So, if you are using a Windows OS you may find issues. Contributions towards
120
120
supporting Windows are welcome.
121
121
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
+
122
135
## Community Meetings
123
136
124
137
The following meetings happen biweekly:
You can’t perform that action at this time.
0 commit comments