mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
File system quota monitoring setup fails on subsequent invocations, each time quota setup is invoked a new random UID is generated for each pod and compared with the previously stored UID for the folder. Fix it by keeping track of mapping between internal uid generated for a pod and actual external pod uid. Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>