What happens if I don't set ephemeral-storage limits in any of my pods? How does kubernetes sets the default limits?
I'm asking because I an error like this: the node was low on resource ephemeral storage xxxxKi which exceeds its request of 0
What I don't understand is how the limit is being set if I don't set it?
(btw, I didn't set any namespace level limits)