Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-cloud-deploy]

For programming/API questions about Google Cloud Deploy, a service that executes deploys to Google Cloud Platform and more.

google-cloud-deploy
0 votes
0 answers
25 views

How do I create a GCE VM with an external IP using Deployment Manager?

I'm trying to use Google Cloud Deployment Manager to create a GCE VM instance with an external ephemeral IP address when network is set to something other than "default". What I mean by the ...
petedogg's user avatar
0 votes
0 answers
56 views

skaffold + helm + Google Cloud Deploy: dependency update from private helm repo

It looks like Skaffold doesn't pull the remote dependencies from a private helm repo and it's not clear to me how to set the credentials to get authenticated with this private helm repo. This is my ...
Fabio Formosa's user avatar
0 votes
1 answer
45 views

Using profiles with multi target deploys

Google Cloud Deploy supports multi targets by creating a child target. However the profiles configuration is a part of the pipeline config so during rendering the profiles go missing. e.g. let us ...
Roopak Venkatakrishnan's user avatar
0 votes
1 answer
124 views

Google Cloud Deploy is failing on step 0

I am using Google Cloud Build to build the artifacts and deploy to GKE using gcloud deploy command in the cloud build as the final step by passing the build artifacts to it from the previous step. The ...
Jassim Abdul Latheef's user avatar
0 votes
0 answers
43 views

ERROR: (gcloud.app.deploy) Response: [9] Cloud build status: FAILURE

Created .gcloudignore file. See gcloud topic gcloudignore for details. ╔════════════════════════════════════════════════════════════╗ ╠═ Uploading 1 file to Google Cloud Storage ═╣ ╚═══...
s w's user avatar
  • 1
1 vote
1 answer
239 views

Unrecognized element <app-engine-apis> means can't access legacy bundle services on Java 11+ GAE server

I finally migrated a long-running Google App Engine Java 8 project to Java 11+ standard environment before we lose Java 8 support in Jan 2024. But I need to use the legacy bundled services including ...
stylesom's user avatar
0 votes
1 answer
168 views

Google Cloud Deploy is not setting cpu-throttling when deploying to Google Cloud Run

We are deploying with Google Cloud Deploy to Google Cloud Run. With the following configuration files: clouddeploy.yaml apiVersion: deploy.cloud.google.com/v1 kind: DeliveryPipeline metadata: name: ...
Tom Pesman's user avatar
0 votes
1 answer
1k views

Cloud Build -> Cloud Deploy -> Cloud Run?

I am trying to build a release-from-main pipeline using Google's "serverless" offerings, where when something gets merged into main on GitHub, it triggers a Cloud Build (which builds, ...
samkass's user avatar
  • 5,871
1 vote
2 answers
488 views

How to use Cloud Deploy with Cloud Run without completely resetting service

When following the quick start to deploy a cloud run service using Google cloud deploy, everything works fine. I can't figure out, however, how to not have the cloud run service have all of its ...
Bernard Allotey's user avatar
0 votes
1 answer
173 views

Error when deploy NodeJS app to App Engine. Cannot read property "something" of undefined

Today, I get an error when deploy NodeJS app to App Engine (GCP) : can not read property 'bcryptjs' of undefined. NodeJS version is 18.6.0 in my computer and version in app.yaml is nodejs14. I get ...
ThangXD Software's user avatar
0 votes
1 answer
381 views

Can Google Cloud Deploy deploy to multiple child targets with different image to Cloud Run on single multi-target?

I have a release from my Github Actions that pushed multiple image artifacts to a single release on Google Cloud Deploy. That configured with clouddeploy.yaml, skaffold.yaml and rawYaml for serving to ...
spicyzboss's user avatar
0 votes
1 answer
297 views

Google Cloud Deploy not activating correct Skaffold profile

I am using Google Cloud Build & Google Cloud Deploy with Skaffold profiles to manage spec of pods between Staging and Production environments, but the rendered manifests do not have the spec ...
radioactive11's user avatar
0 votes
1 answer
214 views

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 ...
Michal's user avatar
  • 171
0 votes
1 answer
847 views

Failed to run /bin/build: for Python, an entrypoint must be manually set, either with "GOOGLE_ENTRYPOINT" env var or by creating a "Procfile" file"

I'm trying to automate a CloudDeploy pipeline by following the instructions here: https://davelms.medium.com/automate-gke-deployments-using-cloud-build-and-cloud-deploy-2c15909ddf22 Things seemed to ...
Gary Turner's user avatar
1 vote
1 answer
601 views

firebase deploy - how to see which files are deployed and debug gcloudignore?

I have a .gcloudignore but still keep getting the error: Your proposed upload is larger than the maximum Is there any way to see which files will be deployed or otherwise debug this? A bit like git ...
dcsan's user avatar
  • 12k

15 30 50 per page