-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
etcd dependency has no darwin/arm64 binary #5654
Comments
Related upstream issue: kubernetes-sigs/controller-runtime#1809 |
@camilamacedo86 Hey Camila, any updates on this? The issue has been open for quite a while, it would be helpful to know the status of KB/C-R release with updated envtest binaries |
@varshaprasad96 did we check if we have the code to build the artefacts in this arch? |
I'm seeing the same etcd dependency issue with s390x architecture, should I create a separate bug for tracking? |
Hi @tdaleibm, from researching this issue, it looks like the path of least resistance is going to be adding Beyond that, the most recent Kubebuilder releases and onward now have a prebuilt binary for Darwin, but this looks like its related to a downstream dependency in One other thing you can look at is sideloading a native Darwin arm64 binary if you can download and build |
Thanks, looks like my issue is just for s390x, since kubebuilder is still not available for this arch kubernetes-sigs/kubebuilder#2298. |
The darwin/arm64 is still not supported by kubebuilder-tools. See that we open a issue for that: kubernetes-sigs/kubebuilder#2664. |
@camilamacedo86 |
We are very close to beginning to provide it from Kubebuilder and then be able to add it to SDK as well, See: kubernetes-sigs/kubebuilder#2664 (comment) We hope to achieve the goal for the next KB release and begin to provide the kubebuilder tools for darwin/arm64 from k8s 1.24 c/c @rashmigottipati @varshaprasad96 @everettraven @ryantking |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
When I use the operator-sdk in the reference document and execute make docker build, the following error occurs:
My working environment:
go version go1.17.8 darwin/arm64
operator-sdk version: "v1.19.0", commit: "728682c347f6335ee2a610e08790a5e1411508f4", kubernetes version: "1.23", go version: "go1.17.8", GOOS: "darwin", GOARCH: "arm64"
The text was updated successfully, but these errors were encountered: