-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Unable to create a Cloud Run service on GKE #8077
Comments
Currently terraform provider don't support deploying Cloud Run service on to a GKE Cluster. Please raise a feature request for it, Team will triage it and work on it . You can add a little more details and change this an enhancement ticket. |
@venkykuberan thank you for your quick response. I have modified the issue to an enhancement ticket. |
This can be implemented in Terraform but it is going to be messy. https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services You need to supply ca cert of the cluster, namespace, cluster endpoint(needs to be reachable from where Terraform is running), sufficient IAM roles(Kubernetes Engine Developer or more) on the cluster.
gcloud.
|
We'll likely detail how to use the |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
Google Cloud Run has two service platforms; a fully-managed platform and another running on GKE. Using Terraform, the fully-managed platform works well but that for GKE does not work well yet. This is because Terraform does not currently provide a way to specify that a Cloud Run service should be run on a GKE cluster. We would really appreciate it if this feature is added.
Affected Resource
Potential Terraform Configuration
References
Initially asked question
Please is there a way to create a Cloud Run service to run on GKE because I can't seem to find how to do it.
Also, the issue here didn't seem to state a resolution.
If you have got this working or know how to go about it, kindly point me in the right direction. Thanks
The text was updated successfully, but these errors were encountered: