@@ -843,10 +843,10 @@ sysboxfs /proc/sys sysboxfs rw,nosuid,nodev,noexec,relatime 0 0`,
843843proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0` ,
844844 sysCgroupType : "domain" ,
845845
846- filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUMax ): "max 100000" ,
847- filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUStat ): "usage_usec 0" ,
846+ filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUMax ): "max 100000" ,
847+ filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUStat ): "usage_usec 0" ,
848848 filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2MemoryMaxBytes ): "max" ,
849- filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2MemoryStat ): "inactive_file 268435456" ,
849+ filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2MemoryStat ): "inactive_file 268435456" ,
850850 // memory.current purposefully missing at child - should inherit from root
851851 filepath .Join (cgroupRootPath , cgroupV2MemoryUsageBytes ): "536870912" ,
852852 }
@@ -858,8 +858,8 @@ proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0`,
858858proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0` ,
859859 sysCgroupType : "domain" ,
860860
861- filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUMax ): "max 100000" ,
862- filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUStat ): "usage_usec 0" ,
861+ filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUMax ): "max 100000" ,
862+ filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2CPUStat ): "usage_usec 0" ,
863863 filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2MemoryMaxBytes ): "max" ,
864864 filepath .Join (cgroupRootPath , fsContainerCgroupV2KubernetesPath , cgroupV2MemoryUsageBytes ): "536870912" ,
865865 // memory.stat purposefully missing at child - should inherit from root
0 commit comments