Commit 1a2da5b8 authored by Eric Tune's avatar Eric Tune

Don't use hostPort in integration test.

The integration test will fail if I check in my pending PR to remove boundPods. Kubernetes eventually does the right thing, but getting the integration test to check expectations is hard because the scheduling behavior is unpredictable. The boundPods removal is needed to fix P1 bug and speeds up the scheduler considerably.
parent 56d365bd
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"containers": [{ "containers": [{
"name": "nginx", "name": "nginx",
"image": "dockerfile/nginx", "image": "dockerfile/nginx",
"ports": [{"containerPort": 80, "hostPort": 8080}] "ports": [{"containerPort": 80}]
}] }]
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment