allErrs=append(allErrs,field.Forbidden(field.NewPath("spec","configSource"),"configSource may only be set if the DynamicKubeletConfig feature gate is enabled)"))
}
ifnode.Status.Config!=nil{
allErrs=append(allErrs,field.Forbidden(field.NewPath("status","config"),"config may only be set if the DynamicKubeletConfig feature gate is enabled)"))