Questions tagged [gcloud-deploy]
5 questions
1
vote
1 answer
Set HTTPS flag in a Cloud Function with in a gcloud deploy instrucction
I'm trying to deploy a GCP Cloud Function
gcloud functions deploy MyFuntion --set-env-vars
EXPRESSPORT=0000,CODEENV=PRE --region=europe-west1 --entry-point MyPoint
--runtime nodejs12 --trigger-http --allow-unauthenticated --ingress-settings=all…

Stornu2
- 2,284
- 3
- 27
- 47
0
votes
1 answer
Deploying multiple apps with CloudDeploy and Skaffold
I'm using GCP CloudDeploy and Skaffold to deploy my docker containers to CloudRun (roughly following this GCP tutorial). It works well with only one container but now that I'm trying to add another one, I cannot make it work.
This is my…

Michal
- 151
- 1
- 7
0
votes
1 answer
Unable to deploy image into GKE cluster
I have created a docker image locally and pushed it to GCP container registry using gcloud sdk. The image is successfully pushed to container registry.
Now, I am trying to manually deploy this image from the container registry on to the existing…

Geeky
- 113
- 9
0
votes
1 answer
How can we use the cloud build privatePool in google cloud deploy
We cannot make the cloud deploy job run the RENDER or DEPLOY in another project's private pool, we can make it use the private pool in the project that hosts the cloud deploy.
Following the documentation of the cloud-deploy setup here:…

insidehustle
- 141
- 2
- 7
-2
votes
1 answer
Node js is not connecting with Cloud sql via App Engine Google GCP
I have deployed node js application into Google App Engine which has deployed successfully. I have also created db on cloud SQL and imported my local db there.
I am facing the error to connect my node application with Cloud Sql DB, On local it is…