kubernetes/test/e2e/scheduling
Paulo Pires d2edb8af9e
fix scheduler predicates test that may violate DNS label rules
This commit fixes an issue where in clusters which have FQDN as the node names,
one of the scheduling predicates tests will fail because it will try and run a
pod with a name that violates DNS-1123 rules. As an example, one such pod name
could look like "filler-pod-kube-node-0.kubelet.mesos".

Signed-off-by: Paulo Pires <pjpires@gmail.com>
2017-11-05 16:01:39 +00:00
..
BUILD Update e2e and integration tests 2017-10-27 11:08:30 -04:00
equivalence_cache_predicates.go update clientset.Core() to clientset.CoreV1() in test 2017-08-14 16:53:55 +08:00
events.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
framework.go Mark sig-scheduling tests with [sig-scheduling] so they can be selected 2017-07-15 00:07:30 -07:00
limit_range.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
nvidia-gpus.go Fixes a regression introduced by PR 52290 that extended resource 2017-10-03 10:26:53 -07:00
opaque_resource.go Revert "Re-enable OIR e2e tests." 2017-08-26 13:09:21 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
predicates.go fix scheduler predicates test that may violate DNS label rules 2017-11-05 16:01:39 +00:00
preemption.go Add more tests on pod preemption 2017-09-13 12:12:07 -07:00
priorities.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
rescheduler.go Mark sig-scheduling tests with [sig-scheduling] so they can be selected 2017-07-15 00:07:30 -07:00
resource_quota.go Update e2e and integration tests 2017-10-27 11:08:30 -04:00
taints_test.go Change TimeAdded to pointer 2017-09-07 14:13:09 -04:00