Httpd image causing StatefulSet tests to fail.
adelina-t opened this issue · 1 comments
adelina-t commented
Stateful set tests [sig-apps] StatefulSet fail with error: " Readiness probe errored: the read limit is reached".
These tests use a httpGet readiness probe to check the pods, trying a GET on index.html. HttpGet are limited to 10kb , however, the apache2 default index.html is way larger than that. The httpd image should replace the default index.html here: https://github.com/kubernetes-sigs/windows-testing/blob/master/images/httpd/Dockerfile#L32 , but it seems it gets copied at the wrong path.
adelina-t commented
/assign @adelina-t