kubernetes/pkg/util/flag
Ravindra Thakur a1f73cc247 ReservedMemory Configuration for NUMA
Kubelet throws error when multiple numa nodes are specified for memory
reservation. This is due to "," being used as separator for different
memory types within same numa node as well as for different numa nodes.

This PR fixes the error by using ";" as the separator for
specifying multiple numa node configuration.

Signed-off-by: Ravindra Thakur <ravindra.nath.thakur@est.tech>
2021-12-14 16:15:23 +05:30
..
flags_test.go ReservedMemory Configuration for NUMA 2021-12-14 16:15:23 +05:30
flags.go ReservedMemory Configuration for NUMA 2021-12-14 16:15:23 +05:30