kubebuilder
kubebuilder copied to clipboard
Golden script for Windows
./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 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.
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
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
/lifecycle frozen
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
Closed in favor of : https://github.com/kubernetes-sigs/kubebuilder/issues/2940