-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add support for grpcHealthCheck in BackendConfig CRD #1502
Comments
Aye! Getting this healthcheck to work has taken more than 60% of total development time for my cluster ....and it still doesn't work. Please, please, please, will someone on GKE + GCE treat GRPC like a first-class citizen? I know I saw in docs "we decided not to play favorites and support grpc directly" ....but, seriously... if anyone is going to give full support for grpc, google seems like the best bet, eh? (I'm guessing here that gce team helps maintain this integration). Thanks for all your hard work making kubernetes great! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
why has this been closed? Really need this! for my application. That can only use ESP.. |
Still relevant, reopening. /reopen |
@trietsch: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle rotten |
Please Please! Really need this! |
can you add the grpc probe to the pod itself? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Can anyone who knows how to do this, describe to those of us who do not, what steps need to be taken, so that we can contribute the support directly? |
Correct me if I'm wrong, but if I understand it correctly, it's currently not possible to specify a gRPC based Health Check (using the gRPC health checking protocol and grpc-health-probe) in a
BackendConfig
CRD for GKE. If I'm correct, theBackendConfig
CRD is generated from this spec.The only alternatives at the moment that I see are:
gcloud
CLI / Google Cloud Console. Which is not preferable when using a tool such as Terraform to provision and configure resources.Based on the current format of the
BackendConfig
CRD on my cluster, I'd say that it's not possible to set a gRPC Health Check. I'm running on GKE version1.18.17-gke.1901
.Related issue is #42, however, I've created a new issue as this specifically focuses on the
gRPCHealthCheck
config in the Google Cloud ComputehealthChecks
APIs.The text was updated successfully, but these errors were encountered: