Skip to main content

All Questions

0 votes
0 answers
40 views

GKE Mulitple networking

I don’t find in GKE documentation a reference for supporting Multus or IPVLAN attachement, all I find is related to Anthos on baremetal Could you please give us some indications how multi-networking ...
Zamalkawy's user avatar
1 vote
0 answers
132 views

Create granular access control for Google Container Registry

I am new to using GCR. My use case is that I want to grant push only access to a specific bucket of my project on the Google Container Registry (gcr). I figured that I'll have to create a service ...
Bhavesh sethi's user avatar
0 votes
1 answer
47 views

GCP Instance group with less than requested instances for a long time

I have a GKE cluster with a single node pool, and the associated instance group has been with less than the required number of instances for more than 12h, recently it changed to 0 instances. I see ...
fgimenez's user avatar
3 votes
1 answer
2k views

Kubernetes and gcloud: how to stop using service account?

I work with a number of Google Cloud Services. Some of the Cloud Storage buckets where I work are in project-A, which is accessible from my own account, and some are in project-B, which I can only ...
Nathan Ricke's user avatar
1 vote
2 answers
347 views

My Google Kubernetes Cluster is down, how can I recover?

My Google Kubernetes is down and the only message I see on the dashboard is "The cluster has a problem." When I execute gcloud container clusters describe [cluster-name] The second to last line ...
Stephan Janssen's user avatar
0 votes
1 answer
316 views

Create a GCP Kubernetes Cluster from existing config?

I have a GKE cluster.. I'd like to download this config and keep it in my local repository so that I may later recreate this in other projects/environments. Is there a way to do this? I was able to ...
Robin Singh's user avatar
2 votes
1 answer
732 views

Kubernetes a job is moved to another pod

A long running job (45h) is moved to another pod causing it to restart. From the logs I can see that the job received a SIGTERM then it was restarted on another pod and probably on another node too. ...
should_be_working's user avatar
1 vote
1 answer
2k views

MountVolume.SetUp failed for volume pvc, mount failed: exit status 32

We are trying to configure vsphere cloud provider for kubernetes cluster according to below support link for dynamic provisioning from vmware. There was no problem with kubernetres version v1.8, the ...
istikamet's user avatar
0 votes
2 answers
2k views

java.net.BindException: Address not available

I am using Gatling to load test a spring application build using Spring webflux and mongo databse. My API just takes a string parameter and does a get call on the mongo reactive repository. My ...
Vinay's user avatar
  • 1
1 vote
0 answers
25 views

Failed Stackdriver email notification for newly created cluster

I want to create monitoring and altering notification whenever someone creates a new k8s cluster. Method: Find methodName: google.container.v1beta1.ClusterManager.CreateCluster Create Log metrics ...
DingOps's user avatar
  • 11