kubealex/k8s-mediaserver-operator

[BR] Readiness probes based on TCP should use httpGet instead.

kubealex opened this issue · 0 comments

Describe the bug
TCP Readiness probes are not suitable for integration tests, as the port is ready way before the tool is properly initialized.

To Reproduce
Steps to reproduce the behavior:

  • Install the operator
  • Install the CRD
  • try reaching the tools will fail

Expected behavior
No failure on tests