Mathieu Benoit
Mathieu Benoit
Is it something you could implement during one of your rotation @arbrown or @minherz?
Wow, thanks @julianocosta89, the idea was already to leverage the content you previously shared with us: https://github.com/GoogleCloudPlatform/microservices-demo/issues/422#issuecomment-1026247664. We will now make sure that we are leveraging the latest and greatest...
Fixed by https://github.com/GoogleCloudPlatform/microservices-demo/pull/885 with explanation there.
One more evidence we need to support this: https://github.com/GoogleCloudPlatform/microservices-demo/issues/810
Another evidence here: https://github.com/GoogleCloudPlatform/microservices-demo/issues/832
Current issue: ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'app'. > Could not open cp_proj generic class cache for build...
This new implementation by [upstream Kubernetes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe) will be ideal indeed. This feature is at the `alpha` state with Kubernetes 1.23, so it won't be yet adopted on `stable` channel with...
Sharing the good progress of this feature in Kubernetes upstream, with the [1.24 release](https://kubernetes.io/blog/2022/05/03/kubernetes-1-24-release-announcement/): > With Kubernetes 1.24, the [gRPC probes functionality](https://github.com/kubernetes/enhancements/issues/2727) has entered beta and is available by default....
Easy to do even with GKE 1.23 (`alpha` + `rapid`) like documented here: https://kubernetes.io/blog/2022/05/13/grpc-probes-now-in-beta/ :)
# :boom: CI tests failed :see_no_evil: ## CI test log ```shellsession Building go plugin go test -race -count=1 -failfast -v -timeout 15m -coverprofile=tyk.cov github.com/TykTechnologies/tyk ? github.com/TykTechnologies/tyk [no test files] go...