k3s/test
Kubernetes Submit Queue eb52d55dbd Merge pull request #30141 from sttts/sttts-affinity-logic
Automatic merge from submit-queue

e2e flake: real fix of PodAntiAffinity test

The fix in PR https://github.com/kubernetes/kubernetes/pull/30135 was wrong in using a wrong test condition for an already broken test.

### Summary

The test tries to launch a pod with an anti-affinity annotation, waits 10
seconds and then checks that it is still pending.

But the anti-affinity annotation does not forbid to launch that pod on just
another node that does not have the zone label at all.

This commit changes this behavior by labeling two nodes with the zone label
and then forcing the pod to be launched on one of those two nodes.

**I assume here that a non-existing label is considered as a different label value.**

  Fixes #30078
2016-08-06 21:23:47 -07:00
..
component/scheduler/perf Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
e2e Merge pull request #30141 from sttts/sttts-affinity-logic 2016-08-06 21:23:47 -07:00
e2e_node Merge pull request #30114 from Random-Liu/use-framework-report-dir 2016-08-05 23:31:28 -07:00
fixtures/pkg/kubectl/cmd add subjectaccessreviews resource 2016-08-05 11:20:56 -04:00
images fixed regex error, which replace 2 line in template file 2016-08-04 22:13:45 +08:00
integration Merge pull request #28104 from ping035627/ping035627-patch-4 2016-08-06 20:50:33 -07:00
kubemark Update etcd deprecated flag 2016-07-22 11:01:11 -07: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
test_owners.csv Merge pull request #29956 from david-mcmahon/test_owners 2016-08-04 00:01:51 -07:00