gke/ERR/2023_001
Container File System API quota not exceeded
Product: Google Kubernetes Engine
Rule class: ERR - Something that is very likely to be wrong
Description
Verify that Image Streaming has not exceeded the Container File System API quota. That might cause a CrashLoopBackOff error on your pods.
Remediation
You can use the following Cloud Logging filter to find matching log lines:
resource.type="k8s_node"
log_id("gcfsd")
jsonPayload.MESSAGE:"Quota exceeded for quota metric"
To resolve this issue, increase the following quotas:
- Content requests per project per region per minute per region
- Content requests per project per region
Further information
See public troubleshooting docs about possible issues on image streaming.