-
Couldn't load subscription status.
- Fork 3.1k
Description
What kind of request is this (question/bug/enhancement/feature request):
Enhancement
Description
High ephemeral storage usage causes node unavailability, Pod evictions.
It would be good to have an option to set an ephemeral storage limit at the namespace/project level to control the space usage to avoid these situations.
As per below comment, the ephemeral-storage limits were not enabled as it was alpha
#13277 (comment)
Based on the upstream k8s code comment, the name of the resource is alpha.
https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/apis/core/types.go#L4182
// The resource name for ResourceEphemeralStorage is alpha and it can change across releases.
ResourceEphemeralStorage ResourceName = "ephemeral-storage"
As per below PR , the feature itself is moved to beta
kubernetes/kubernetes#60159
gz#13239