Files
kubernetes/test/e2e
Dan Winship 3b9f358eb9 Don't depend on DNS in NetworkPolicy tests
The NetworkPolicy tests work by trying to connect to a service by its
name, which means that for the tests that involved creating egress
policies, it had to always create an extra rule allowing egress for
DNS, but this assumed that DNS was running on UDP port 53. If it was
running somewhere else (eg if you changed the CoreDNS pods to use port
5353 to avoid needing to give them the NET_BIND_SERVICE capability)
then the NetworkPolicy tests would fail.

Fix this by making the tests connect to their services by IP rather
than by name, and removing all the DNS special-case rules. There are
other tests that ensure that Service DNS works.
2020-10-09 16:16:43 -04:00
..
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-04-17 00:11:13 +00:00
2020-09-14 09:24:41 -04:00
2020-09-14 09:24:40 -04:00
2020-05-16 07:54:27 -04:00
2020-08-13 16:03:37 -04:00
2019-11-14 23:50:48 +00:00