Automatic merge from submit-queue Remove onlyLocal NodePort e2e till pr #33957 We were basically testing this bug: https://github.com/kubernetes/kubernetes/issues/30809 We fixed the bug: https://github.com/kubernetes/kubernetes/pull/33587, but forgot to remove the "test". This pr adds a test for the new feature: https://github.com/kubernetes/kubernetes/pull/33957 (ensure that nodePort with onlyLocal works only on nodes with endpoints and fails otherwise) fixes https://github.com/kubernetes/kubernetes/issues/34124