kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

Golden script for Windows

Open Adirio opened this issue 5 years ago • 5 comments

./generate_golden.sh does not work under Windows.

I tried to do some modifications to make the script work in windows, like using bash ... instead of ./... notation and converting all paths to Windows style (including $PWD and $(pwd) outputs). But I stopped when I saw it was downloading some tools that are only for darwin and linux.

/kind feature

Adirio avatar Oct 25 '19 08:10 Adirio

@Adirio yes you are right. Kubebuilder ships k8s binaries such as api-server, etcd and kubectl which are used in the tests. So we will need those for windows to fully support it on Windows.

droot avatar Oct 30 '19 16:10 droot

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 Jan 28 '20 17:01 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 Feb 27 '20 17:02 fejta-bot

/lifecycle frozen

Adirio avatar Mar 04 '20 10:03 Adirio

HI @Adirio,

I have not a Windows system. However, shows that all problems regards the win SO would be solved if we add as pre-requirement use the https://www.cygwin.com/ to work with. Could you please help us by verifying it?

c/c @joelanford @estroz

camilamacedo86 avatar May 08 '20 18:05 camilamacedo86

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

camilamacedo86 avatar Sep 13 '22 09:09 camilamacedo86