Skip to content

🐛 add ephemeral storage limits for GKE Autopilot compatibility#1375

Merged
chris-rock merged 1 commit intomainfrom
fix/ephemeral-storage-gke-autopilot
Feb 5, 2026
Merged

🐛 add ephemeral storage limits for GKE Autopilot compatibility#1375
chris-rock merged 1 commit intomainfrom
fix/ephemeral-storage-gke-autopilot

Conversation

@chris-rock
Copy link
Member

Summary

  • Adds ephemeral storage requests (2Gi) and limits (5Gi) to DefaultContainerScanningResources
  • Fixes container scanning pods failing on GKE Autopilot due to default 1Gi ephemeral storage limit

Context

Container scanning downloads images to /tmp, requiring significant ephemeral storage. GKE Autopilot enforces a default 1Gi limit for pods without explicit resource requests, causing container scan pods to fail.

Test plan

  • Deploy to GKE Autopilot cluster
  • Verify container scanning pods start successfully
  • Verify scans complete without storage-related failures

Extracted from #1337 - Original author: @jpaodev

Container scanning downloads images to /tmp, requiring significant
ephemeral storage. GKE Autopilot defaults to 1Gi limit for pods without
explicit resource requests, causing container scan pods to fail.

This adds ephemeral storage requests (2Gi) and limits (5Gi) to
DefaultContainerScanningResources.
@chris-rock chris-rock changed the title fix: add ephemeral storage limits for GKE Autopilot compatibility 🐛 add ephemeral storage limits for GKE Autopilot compatibility Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Test Results

  5 files  ±0   41 suites  ±0   35m 32s ⏱️ + 2m 0s
282 tests ±0  282 ✅ ±0  0 💤 ±0  0 ❌ ±0 
301 runs  ±0  299 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit 7656d3e. ± Comparison against base commit 0d2138f.

@chris-rock chris-rock merged commit 88f48ae into main Feb 5, 2026
23 checks passed
@chris-rock chris-rock deleted the fix/ephemeral-storage-gke-autopilot branch February 5, 2026 19:51
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants