allErrors=append(allErrors,fmt.Errorf("invalid configuration: CPUCFSQuotaPeriod (--cpu-cfs-quota-period) %v must be between 1usec and 1sec, inclusive",kc.CPUCFSQuotaPeriod))
allErrors=append(allErrors,fmt.Errorf("invalid configuration: ImageGCHighThresholdPercent (--image-gc-high-threshold) %v must be between 0 and 100, inclusive",kc.ImageGCHighThresholdPercent))