-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Alternative take on grpc-ecosystem#99.
Fixes grpc-ecosystem#107. Fixes grpc-ecosystem#112. Fixes grpc-ecosystem#113.
…into grpc-ecosystem-master # Conflicts: # .github/workflows/ci.yml # .github/workflows/release.yml
After merging this PR, grpc-health-probe will be version |
> :warning: [**Kubernetes v1.23 has now introduced built-in gRPC health checking**][k8s-new] | ||
> capability as an alpha feature. As a result, you might no longer need to use this tool and use the | ||
> native Kubernetes feature instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tony-assembly interesting... might be worth looking into (where's bmon when you need him?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know 😢 how do you propose we give this a k8s feature a crack? I'd be happy to help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we might just be able to plug it in! https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can try it out in RND... I'll create a ticket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Merged and tagged as |
No description provided.