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 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