kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

[Windows] Document make dependency

Open Adirio opened this issue 5 years ago • 9 comments
trafficstars

Description

make is not installed in Windows. This dependency should be added to the book.

There are several methods to install make, providing some alternatives or a link to useful resources should be considered.

Please, comment here before taking this task to coordinate development efforts.

Note: this task is tracked in #1405

Adirio avatar Mar 04 '20 10:03 Adirio

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Jun 02 '20 11:06 fejta-bot

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten

fejta-bot avatar Jul 02 '20 11:07 fejta-bot

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close

fejta-bot avatar Aug 01 '20 12:08 fejta-bot

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close

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.

k8s-ci-robot avatar Aug 01 '20 12:08 k8s-ci-robot

/reopen /lifecycle frozen

Adirio avatar Oct 27 '20 10:10 Adirio

@Adirio: Reopened this issue.

In response to this:

/reopen /lifecycle frozen

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.

k8s-ci-robot avatar Oct 27 '20 10:10 k8s-ci-robot

Hi @Adirio,

What is expected here? Only add in the readme here that users might be able to try out it in a win SO with https://www.cygwin.com/ ?

camilamacedo86 avatar Nov 03 '20 15:11 camilamacedo86

No, you are actually able to build kubebuilder with Windows without cygwin, you do need to install make to run the makefile though. make is pre-installed in most systems but not in Windows. It is just one of the pieces needed to achieve full windows compatibility, Makefiles (both the kubebuilder one and the scaffolded one) still need to be tweaked as there are still some Unix-only commands.

Adirio avatar Nov 03 '20 17:11 Adirio

In the bug triage meeting, we spoke about to support windows officially and we all agreed that it would be nice. However, we would need help from the community to achieve this goal. More info: https://github.com/kubernetes-sigs/kubebuilder/issues/1405#issuecomment-736807564

camilamacedo86 avatar Dec 01 '20 19:12 camilamacedo86

Closed in favor of : https://github.com/kubernetes-sigs/kubebuilder/issues/2940

camilamacedo86 avatar Sep 13 '22 09:09 camilamacedo86