gke/Image Pull

Analysis and Resolution of Image Pull Failures on GKE clusters.

Product: Google Kubernetes Engine Kind: Debugging Tree

Description

This runbook investigates the gke cluster for Image pull failures and recommends remediation steps.

Areas Examined:

  • GKE cluster

  • Stackdriver logs

Executing this runbook

gcpdiag runbook gke/image-pull \
  -p project_id=value \
  -p name=value \
  -p gke_cluster_name=value \
  -p location=value \
  -p start_time=value \
  -p end_time=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
name False None str The name of the GKE cluster, to limit search only for this cluster
gke_cluster_name True None str The name of the GKE cluster, to limit search only for this cluster
location True None str The zone or region of the GKE cluster
start_time False None datetime (Optional) The start window to query the logs. Format: YYYY-MM-DDTHH:MM:SSZ
end_time 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