mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-04 07:05:37 +00:00
Since the parsing function doesn't return an error all the components returned empty strings. This caused us to enforce the MaxContainerLimit as a global limit instead of a per-container limit. Fixes #4413.