-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45826, 45747, 45548, 45606, 41766) OwnerReferencesPermissionEnforcement ignores pods/status **What this PR does / why we need it**: It makes the `OwnerReferencesPermissionEnforcement` admission plug-in ignore pods/status operations. If a cluster has version skew with its master (1.6) and nodes (1.6-N), the kubelet is doing a pods/status operation and that code path is causing an error because ownerRef has new fields unknown to kubelet. **Release note**: ```release-note OwnerReferencesPermissionEnforcement admission plugin ignores pods/status. ```
b3031c2c