kubernetes/test
Kubernetes Submit Queue c21fdc71a3 Merge pull request #32986 from Random-Liu/add-image-white-list
Automatic merge from submit-queue

Node E2E: Add image white list

This is part of #29081. Fixes #29155.

As is discussed with @yujuhong in #29155, it is difficult to maintain the prepull image list if it is not enforced. 

This PR added an image white list in the test framework, only images in the white list could be used in the test. If the image is not in the white list, the test will fail with reason:
```
Image "XXX" is not in the white list, consider adding it to CommonImageWhiteList in test/e2e/common/util.go or NodeImageWhiteList in test/e2e_node/image_list.go
```

Notice that if image pull policy is `PullAlways`, the image is not necessary to be in the white list or prepulled, because the test expects the image to be pulled during the test.

Currently, the image white list is only enabled in node e2e, because the image puller in e2e test is not integrated with the image white list yet.

/cc @kubernetes/sig-node
2016-09-20 07:28:58 -07:00
..
component/scheduler/perf Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
e2e Merge pull request #32986 from Random-Liu/add-image-white-list 2016-09-20 07:28:58 -07:00
e2e_node Merge pull request #32986 from Random-Liu/add-image-white-list 2016-09-20 07:28:58 -07:00
fixtures Update mounttest container image version to 0.7 everywhere. 2016-09-02 09:03:11 -04:00
images Merge pull request #31241 from m1093782566/m109-cross-build-serve-hostname 2016-09-12 05:57:46 -07:00
integration add GenericAPIServer posthooks for initialization 2016-09-19 14:58:27 -04:00
kubemark Extend logging for debugging kubemark problems 2016-09-16 11:25:06 +02:00
soak Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
utils Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
.gitattributes Add test/test_owners.csv, for automatic assignment of test failures. 2016-07-01 17:39:14 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
test_owners.csv Merge pull request #32773 from kargakis/test-ownership 2016-09-16 21:14:58 -07:00