mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-18 17:00:24 +00:00
Automatic merge from submit-queue e2e: Remove special serviceaccount permission requirement **What this PR does / why we need it**: This removes the requirement for having a `default` serviceaccount with permission `create` `pod` in order to run the prestop e2e conformance test. The `create` `pod` permissions are not needed for this particular test, and having it effectively means that as cluster must have a `default` serviceaccount with `create` `pod` permissions in order to be conformant, which I don't think is desired. **Special notes for your reviewer**: **Release note**: ```release-note None ```