-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.17.0
-
None
-
Moderate
-
None
-
False
-
Description of problem:
In Test Case OCP-60965, it always fails to connect server after creating deployment and Scaled Object. It is not a localhost issue, tried on multiple machine. Creating service also gives error.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
Follow Polarian Test Case steps: https://polarion.engineering.redhat.com/polarion/#/project/OSE/workitem?id=OCP-60965
Actual results:
1.while true; do curl http://172.30.148.29:8080; done; curl: (7) Failed to connect to 172.30.148.29 port 8080 after 2498 ms: Couldn't connect to server 2. oc create -f service.yaml The Service "keda-hpa-demo-deployment" is invalid: * spec.ports[0].name: Required value * spec.ports[1].name: Required value
Expected results:
It should be able to connect and service should be created.
Additional info: