gke/Resource Quotas

Analyses logs in the project where the cluster is running.

Product: Google Kubernetes Engine Kind: Debugging Tree

Description

If there are log entries that contain messages listed in the public documentation https://cloud.google.com/knowledge/kb/google-kubernetes-engine-pods-fail-to-start-due-to-exceeded-quota-000004701 then provide details on how this issue can be solved.

Executing this runbook

gcpdiag runbook gke/resource-quotas \
  -p project_id=value \
  -p name=value \
  -p location=value \
  -p start_time_utc=value \
  -p end_time_utc=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
name False None str (Optional) The name of the GKE cluster, to limit search only for this cluster
location False None str (Optional) The zone or region of the GKE cluster
start_time_utc False None datetime (Optional) The start window to query the logs. Format: YYYY-MM-DDTHH:MM:SSZ
end_time_utc False None datetime (Optional) The end window for the logs. Format: YYYY-MM-DDTHH:MM:SSZ

Get help on available commands

gcpdiag runbook --help

Potential Steps