kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

[Windows] Kubebuilder Makefile

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

Description

Kubebuilders Makefile is not compatible with windows as it uses unix-style paths, among other things. Update the Makefile to provide Windows compatibility without loosing Linux and Mac compatibility.

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

Note: this task is tracked in #1405

Adirio avatar Mar 04 '20 11:03 Adirio

#1351 may help with this

Adirio avatar Mar 04 '20 11: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 12: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 12: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 13: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 13: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

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

In the Makefile there are some steps that rely on other scripts, such as "/test/integration.sh" or "/test/e2e/local.sh" for example. Those would also need to be modified in order to make it Windows compatible, right? Or are they already compatible?

MarcosNBJ avatar Sep 23 '21 04:09 MarcosNBJ

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

camilamacedo86 avatar Sep 13 '22 09:09 camilamacedo86