grpc-ecosystem / grpc-health-probe

A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere
Apache License 2.0
1.44k stars 188 forks source link

Provide binary releases for Windows #125

Closed rickardp closed 2 years ago

rickardp commented 2 years ago

61 requested this, but was closed as fixed without a comment on why Windows was left out. Would it be possible to add cross compile for Windows too?

ahmetb commented 2 years ago

I think it was asking for macOS binary + windows binary + container image. So I think I fixed the container image and closed it. What would help a lot is to explain your use case on Windows. Are you using this on Kubernetes?

rickardp commented 2 years ago

The use case is for developers to debug health checks and it's currently part of our instructions for troubleshooting the Docker setup (things like port forwards etc). Some developers are on Windows and for them it would be nice to just follow our normal instructions

rickardp commented 2 years ago

Nice!