kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

[Umbrella] Windows compatibility

Open Adirio opened this issue 5 years ago • 10 comments

Description

Achieving full compatibility with Windows machines requires several changes that will be tracked in this issue. If any other compatibility fix needs to be provided, in order to achieve Windows compatibility, please comment here and they will be added to the task list

Task list:

  • [ ] Document make dependency for windows: #1406
  • [ ] Windows-compatible kubebuilder Makefile: #1407
  • [ ] Windows-compatible scaffolded Makefile: #1408
  • [ ] Tests for Windows: #1409

Adirio avatar Mar 04 '20 10:03 Adirio

@DirectXMan12 @droot @mengqiy @alexeldeib Did I miss any other point that needs to be tackled to achieve Windows compatibility?

Adirio avatar Mar 04 '20 13:03 Adirio

That seems reasonable -- I don't know of any others off the top of my head. That said, I'm not sure we'll know the full list until stuff stops exploding when you try it on Windows :-P

DirectXMan12 avatar Mar 13 '20 23:03 DirectXMan12

Meta: since Windows has a linux subsystem and Unix-like terminal support (cygwin), I wonder:

  1. If the combination of these two Windows features makes kubebuilder work without any changes.
  2. Even if 1 is true, do many Windows users use Powershell or some other cmd that doesn't work with kubebuilder as is currently configured.

If you have an opinion on this, please comment.

estroz avatar Jun 05 '20 00:06 estroz

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 Sep 03 '20 01:09 fejta-bot

More one : Golden script for Windows #1126. Btw, shows that add as a pre-requirement the usage of https://www.cygwin.com/ on win could help us to achieve this goal.

camilamacedo86 avatar Sep 09 '20 10:09 camilamacedo86

/remove-lifecycle stale

camilamacedo86 avatar Sep 11 '20 01:09 camilamacedo86

@estroz Ideally we shouldn't need to introduce the CygWin development dependency just to port two Makefiles.

Adirio avatar Oct 05 '20 05:10 Adirio

This umbrella issue tracks some issues that were detected some time ago about supporting Windows natively. Some of these may be outdated and others may have arisen that aren't detected.

Consensus has been reached in that native windows support would be nice but two things are required:

  • Include windows tests in the CI tools, which would require fixing any current issue.
  • A maintainer that could help with keeping the windows support once new features are introduced or bugs are detected. If anyone is interested please contact any of the developers here or in the slack channel.

Adirio avatar Dec 01 '20 20:12 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-contributor-experience at kubernetes/community. /lifecycle stale

fejta-bot avatar Mar 01 '21 21:03 fejta-bot

/lifecycle frozen

Adirio avatar Mar 01 '21 23:03 Adirio

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

camilamacedo86 avatar Sep 13 '22 09:09 camilamacedo86