-
Bug
-
Resolution: Done
-
Minor
-
rhos-18.0.4
-
None
-
False
-
-
False
-
?
-
heat-operator-container-1.0.7-6
-
None
-
Release Note Not Required
-
-
-
Low
Currently, the probes work but they report a warning:
41s (x361 over 30m) Warning ProbeWarning Pod/heat-cfnapi-598fc49d9b-99phr Readiness probe warning: Probe terminated redirects, Response body: {"versions": [{"id": "v1.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://172.19.16.52:8000/v1/"}]}]} 41s (x349 over 29m) Warning ProbeWarning Pod/heat-api-6bffd5b97f-z8wb4 Readiness probe warning: Probe terminated redirects, Response body: {"versions": [{"id": "v1.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://172.19.4.75:8004/v1/"}]}]}
They work due to how multiple redirects are handled after 11 redirects have been received:
https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#http-probes
But we should improve this and hit a real endpoint. The /healthcheck endpoint is available for them, so we should use that.
https://github.com/openstack/heat/blob/master/etc/heat/api-paste.ini
- links to
-
RHBA-2025:146727 Release of containers for RHOSO OpenStack Podified operator