Fix nodeport service compat with default-deny fw

This commit is contained in:
Maru Newby
2015-12-16 22:35:10 +00:00
parent 91f67372bf
commit a5e00da867
3 changed files with 65 additions and 10 deletions

View File

@@ -356,6 +356,9 @@ var _ = Describe("Services", func() {
expectNoError(verifyServeHostnameServiceUp(c, ns, host, podNames2, svc2IP, servicePort))
})
// TODO: Run this test against the userspace proxy and nodes
// configured with a default deny firewall to validate that the
// proxy whitelists NodePort traffic.
It("should be able to create a functioning NodePort service", func() {
serviceName := "nodeportservice-test"
ns := f.Namespace.Name