the docs (https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#configurations-for-local-ephemeral-storage) say:
- the LocalStorageCapacityIsolation feature gate is enabled (the feature is on by default), and
- you have set up the node using one of the supported configurations for local ephemeral storage.
If you have a different configuration, then the kubelet does not apply resource limits for ephemeral local storage.
'you have set up the node using one of the supported configurations'
how to set up the configurations? and
'If you have a different configuration, then the kubelet does not apply resource limits for ephemeral local storage.'
what kind of configuration is 'different configuration'?
By the way I'd wanna know how can I quickly determine whether node supports apply resource limits for ephemeral local storage?