Questions tagged [google-cloud-code]

Cloud Code easily extends VS Code and IntelliJ for a faster build, run, and debug cycle for Kubernetes and Cloud Run.

61 questions
0
votes
2 answers

How to Make Google Kubernetes Engine LoadBalancer Service Receive External Traffic When Using Google Cloud Code ItelliJ?

I have a working GKE cluster serving content at port 80. How do I get the load balancer service to deliver the content on the external (regional reserved) static IP 111.222.333.123? I see that kubectl get service shows that the external static IP is…
0
votes
1 answer

Skaffold debug is missing JAVA_TOOL_OPTIONS with Helm deployment

If I understand the documentation here correctly... Skaffold Debug If I try to run K8s Project with 'skaffold debug' or with IntelliJ 'Develop on Kubernetes' and Debug, skaffold must insert in my k8s deployment/service files extra port for jdwp and…
posthumecaver
  • 1,584
  • 4
  • 16
  • 29
0
votes
2 answers

Skaffold and mutiple Sub Charts

lately I was experimenting with Skaffold with our Helm Charts and I am in little bit in a dilemma that our Helm Chart \ Sub Charts are compatible with Skaffold or not. Our helm Charts are looking like the following my-helm-charts +-charts …
posthumecaver
  • 1,584
  • 4
  • 16
  • 29
0
votes
1 answer

Using VSCode to launch apps in GCP

not sure if this has been asked before though I couldn't find it. I am using GCP services such as app engine, secret manager and storage but am using the Cloud Shell editor. Though I like it, I prefer coding on VScode due to familiarity. Any help on…
0
votes
1 answer

Development lifecycle for fast starting pods (with dependency on slow starting pods)

I have an app with several pods. The foundational pod takes about 2 minutes to start fully but I basically never need to change it. I'm working on other pods and they start in few seconds if the foundational pod is already running. I'm trying to…
Alex
  • 31
  • 1
  • 3
0
votes
1 answer

How do I change the deployment web page in Google App Engine?

I'm trying to change the entry web page that gets launched in my Google App Engine deployment. It's a simple J2E web project, using IntelliJ with Cloud Code plugin. The default deployment points to 'index.jsp', which gets automatically created with…
0
votes
1 answer

Is it possible to use cloud code extension in vscode to deploy kubernetes pods on a non-GKE cluster?

This is my very first post here and looking for some advise please. I am learning Kubernetes and trying to get cloud code extension to deploy Kubernetes manifests on non-GKE cluster. Guestbook app can be deployed using cloud code extension to local…
P1222
  • 11
  • 1
0
votes
1 answer

Is it possible to use Cloud-Code (inside VSCode) on an RKE cluster?

I'm investigating whether it's possible to use cloud-code (inside VSCode) on a private RKE cluster? Using VSCode, the only options for connecting to clusters seem to involve GCP (or the other large cloud providers) or Minikube. Kubectl is all…
0
votes
1 answer

'Develop on Kubernetes stopped working since Intellij Update'

This has been happening ever since I have updated Intellij (IDEA CE 2020.3) to a newer version (today). I am getting this exception from the plugin when running the Develop on Kubernetes Run Configuration that I usually use with my local Minikube…
Ben Neighbour
  • 55
  • 3
  • 15
0
votes
1 answer

How to use Kind instead of Minikube with Cloud Code?

For reasons of resources (memory and processor), I cannot install Minikube on my pc. While I need it to use Cloud Code's Cloud Run Emulator. I replaced Minikube with Kind and wanted to know how to configure Cloud Code to use Kind.
Ezekias BOKOVE
  • 148
  • 1
  • 7
0
votes
1 answer

How to specify GOOGLE_APPLICATION credentials when using Intellij Cloud Code Cloud Run locally?

PyCharm's Cloud Code plugin will let me run and deploy Google Cloud Run services. However, when I try to set up a local configuration, I am not sure how to specify my Google Application Credentials. I know how to mount this via the command line…
0
votes
1 answer

Specifying local docker container registry in vscode using Google Cloud code

I am trying to use a local docker container registry as my imageRegistry . I created a registry by - docker run –d –p 5000:5000 –-name registry registry:2 I have tagged and pushed my image to localhost:5000, and I can see it running by docker…
0
votes
2 answers

using cloud code plugin for GCP (google cloud platform)

I've a local clusters (minikube) that work pefectly well on my laptop (mint 19.3, Intellij 2019.3 with cloud code plugin, java (11) backend, mongo db, front end, .. ok ). But I can't find any usefull informations (on google cloud plateform site or…
-1
votes
1 answer

Cloud Run - network settings not persisting between revisions

I am adding a VPC Serverless access connector to my cloud run service. I typically deploy with VS code using the cloud code plugin, and I build the image locally using Docker. Whenever I do this, I noticed that the network configuration I applied…
-1
votes
1 answer

Cloud code : deploy to cloud run didn't work

I'm trying to deploy my app using Google Cloud Run but it didn't work, there's no error appear, so I'm pretty confused, I've been waiting for an hour but nothing happened (just a blank page) like this screenshot: UI deployment didn't show which…