Automatic merge from submit-queue Add image pulling node e2e Fixes #27007. Based on #27309, will rebase after #27309 gets merged. This PR added all tests mentioned in #27007: * Pull an image from invalid registry; * Pull an invalid image from gcr; * Pull an image from gcr; * Pull an image from docker hub; * Pull an image needs auth with/without secrets. For the imagePullSecrets test, I created a new gcloud project "authenticated-image-pulling", and the service account in the code only has "Storage Object Viewer" permission. /cc @pwittrock @vishh []()
PLEASE NOTE: This document applies to the HEAD of the source tree
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).Documentation for other releases can be found at releases.k8s.io.
See e2e-node-tests