-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golden script for Windows #1126
Comments
@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. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/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 : #2940 |
./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
The text was updated successfully, but these errors were encountered: