Google Kubernetes Engine is a cluster manager and orchestrator for running Docker containers. It schedules your containers into the cluster and manages them automatically based on requirements you define (such as CPU and memory). It's built on the open source Kubernetes system, giving you the flexibility to take advantage of on-premises, hybrid, or public cloud infrastructure. It was formerly called Google Container Engine.
Questions tagged [google-kubernetes-engine]
565 questions
3
votes
1 answer
How many Control Plane I will get if I select only 1 zone or 4 zones in Regional GKE cluster respectively?
How many Control Plane I will get if I select only 1 zone or 4 zones in Regional GKE cluster respectively?
Thanks
d.s
- 110
- 1
- 9
2
votes
2 answers
Cannot apply permission for Google-managed SSL certificates to service account
When I try to create a managed certficate through a service account I get the error
managedcertificates.networking.gke.io "..." is forbidden: User "..." cannot get resource "managedcertificates" in API group "networking.gke.io"
... Required…
Roberto
- 33
2
votes
1 answer
Unable to connect to the server: dial tcp 10.0.0.1:443: i/o timeout error in GKE pod
While running kubectl get pods command in GKE pod, we are getting the following error frequently. Some times, when started 2 pods(deployment) on 2 nodes, on one pod, the command executes successfully and on another pod, the command gives the…
1
vote
1 answer
Fixed IP pool when working with autoscale google container engine
I work with some third party APIs and they require me to send them IP in order for them to whitelist first before we can use it.
Now I'm migrating my apps over to Google Container Engine and the IP get assigned automatically.
Is there anyway for me…
Tuan Anh Tran
- 165
1
vote
1 answer
Container Registry not displaying Cloud Storage Bucket Docker images
I'm the owner of a project, and have a co-worker who created all of the docker images for the project, which are available under the Container Registry within the Google Developer's Console. The images can be viewed in the Registry when he logs in,…
Dexter J.
- 93
1
vote
1 answer
Can't rebuild deployment with PersistentVolumeClaim
I want to create a MongoDB deployment with a PersistentVolumeClaim.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: auth-mongo-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Mi
---
apiVersion:…
BPDev
- 113
1
vote
1 answer
Low IOPS on GKE
We are installing a MongoDB in Kubernetes Engine and it performs very poorly. We have installed it using Helm with 3 replicas (in a replicaset) and storage-class=premium-rwo (pd-ssd) with 500GB on each. It takes many seconds to just insert 500…
1
vote
1 answer
How to trigger GKE autoscaling decision on demand?
The GKE autoscaling process makes what they call "decisions" about whether or not to autoscale. The logs will include details explaining why the process decided not to do anything (noDecisionStatus), which is cool. Search bait: This can also be seen…
internetdotcom
- 123
- 1
- 9
1
vote
1 answer
an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/01/0000000010 while reading upstream
I am using Google Kubernetes Engine, got this error from stackdriver logs
2020/05/14 07:31:19 [warn] 9#9: *658 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/01/0000000010 while reading upstream, client:…
Lin Du
- 111
0
votes
1 answer
How to mount a partition of a GCE persistent disk in a GKE pod?
I have a GCE persistent disk formatted with a default partition. When I mount the disk to a VM, I use the device /dev/sdb1, for example.
Now I want to mount the same persistent disk to GKE. The docs page "Using preexisting Persistent Disks as…
sffc
- 382
0
votes
0 answers
Kubernetes - kubernetes delete by GCP
Recently my GCP kubernetes service be delete and re-create by GCP system, but i no idel what' happen. The kubernetes service is running so long time, and this event is first time.Hope someone can help me to know what's happen?
Error message like…
0
votes
2 answers
GKE not sending auth info anymore
I have python code that:
deploys a GKE (Google Kubernetes Engine) cluster
builds client-access file ~/.kube/config using server-generated values .master_auth.password & .master_auth.username from get_cluster() (Google Cloud Container…
0
votes
1 answer
All pods restarted while Automatic node upgrades disabled
"Automatic node upgrades" are disabled in the k8s cluster. While on 2018-10-10 11:12:03.828 PDT, all my pods are restarted by them self and the log showing the create activities as done by me.
Is that relevant to some GKE new version release?
0
votes
1 answer
Traffic through GKE load balancer to node refused
I've followed the GKE ruby bookshelf example and referenced the kubernetes examples. While I have resources deployed, I cannot ping my rails frontend node. I implemented a simple ping route to test the most basic connectivity.
I have decreased…
kross
- 133
0
votes
1 answer
kubectl (google container engine): can't retrieve rollout history of deployments
I cannot retrieve the rollout history of my deployments. I get an error:
$ kubectl rollout history deployments
deployments "letsencrypt-live-deployment":
REVISION CHANGE-CAUSE
2
3
deployments…
Carles Barrobés
- 111
- 4