![]() In the case of multinode clusters, the http server pod and the test cluster can spawn on different nodes, which can be problematic for poststart / prestop hooks, as they are executed by the kubelet itself, and the cross-node lifecycle hook might fail (according to the Kubernetes network model, it is not mandatory for kubelet to be able to access pods on a different node). This commit ensures that the test pod spawns on the same node as the http server pod. |
||
---|---|---|
.. | ||
testdata | ||
cf_header.md | ||
conformance_test.sh | ||
doc.go | ||
gen-conformance-docs.sh | ||
gen-conformance-yaml.sh | ||
gen-specsummaries.sh | ||
OWNERS | ||
README.md | ||
spec-to-docs.sh | ||
spec-to-yaml.sh | ||
walk_test.go | ||
walk.go |
This directory contains the regression test for controlling the list of all conformance tests.
If you add or remove a conformance test, this test will fail and you will need
to update the golden list of tests stored in testdata/
. Changes to that file
require review by sig-architecture.
To update the list, run hack/update-conformance-yaml.sh
Add the changed file to your PR, then send for review.