mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
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.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"containers": [{
|
||||
"name": "nginx",
|
||||
"image": "dockerfile/nginx",
|
||||
"ports": [{"containerPort": 80, "hostPort": 8080}]
|
||||
"ports": [{"containerPort": 80}]
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user