NVIDIA / container-canary

A tool for testing and validating container requirements against versioned manifests
Apache License 2.0
245 stars 15 forks source link

Implement gRPC check #19

Open jacobtomlinson opened 2 years ago

jacobtomlinson commented 2 years ago

The gRPC liveness check is in alpha in Kubernetes v1.23 and behind a feature gate. Once it is not behind a gate it needs to be supported here in order for the checks to continue to be a superset of the Kubernetes probes.

It could also be implemented sooner and placed in a similar alpha state.

jacobtomlinson commented 2 years ago

Update this feature is now in beta in Kubernetes v1.24 but is still behind a feature gate.