You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new feature flag `kubernetes.podspec-volumes-ephemeral` to allow
generic ephemeral volumes (volumeClaimTemplate) in Knative services.
This enables workloads that need per-pod dynamically provisioned storage,
such as local NVMe scratch space on cloud VMs.
Also exempt ephemeral volumes from the forced readOnly default, matching
the existing behavior for emptyDir and PersistentVolumeClaim volumes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments