//TODO: Pinpoint the specific field that causes the invalid error after we have strategic merge diff
//TODO: Pinpoint the specific field that causes the invalid error after we have strategic merge diff
allErrs=append(allErrs,field.Forbidden(specPath,"pod updates may not change fields other than `containers[*].image` or `spec.activeDeadlineSeconds`"))
allErrs=append(allErrs,field.Forbidden(specPath,"pod updates may not change fields other than `containers[*].image` or `spec.activeDeadlineSeconds` or `spec.tolerations` (only additions to existing tolerations)"))