-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Not working on Windows #680
Comments
@maganuk Thanks for opening this issue. There was a long discussion about this on #639 and we called for help to windows users to help is test this. But no luck. Could you please take a time on this issue and open a PR to fix this ? I can help you with this. Do you have a working curl (or equivalent) command on Windows to do a HTTP GET on the healthz endpoint ? |
I need a day or two to figure this out. Curl is not installed by default on Windows and it would be odd to require the user to install any third party packages. Lets try and figure out if we can do this using terraform. Usually the delay will not be more that 8-10 seconds. Can we not delay the execution of the next step by a few seconds, instead of pinging the url to see if its alive? |
Actually, there is
I think we don't really know how long it'll take. So I'll really prefer pinging until it's alive rather than waiting and hoping that it'll take less than 10 seconds. |
I believe Roth had some original changes that were geared for resolving windows issues. That code has now evolved and moved to cluster.tf. The ability to use user defined interpreter is not being used in the code base anymore. I also feel like letting terraform determine the interpreter to use is more ideal paired with my solution to give users the ability to define custom local exec command. I have a potential fix for this, however I am not able to create a branch for pull request. Is there anyway something I need to do to be able to create a branch? variables.tf
For windows, I'd have to override this variable to
cluster.tf
|
You need to Fork the repo to your own account using the buttons in the github interface, push your changes there and then open a PR. See github's docs for the full details |
Closing this as the wait command is now configurable. |
wouldn't it be better to make |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
I saw that there was a PR added for Windows Compatibility, however in cluster.tf even this line should have the ability to specify a custom interpretor
Without that, its not possible to create a cluster
The text was updated successfully, but these errors were encountered: