-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.17.z, 4.16.z
Description of problem:
When creating a hosted cluster, if the port is defined as 10000, the creation fails. Stuck with 3 pods only.
Version-Release number of selected component (if applicable):
Experienced with: Hub: 4.16.37 Hosted: 4.17.44
How reproducible:
Always
Steps to Reproduce:
1. Create a new cluster
2. Specify the cluster port as 10000
3.
Actual results:
Installation get stuck with 3 pods only in the hosted cluster namespace.
Expected results:
Successful installation
Additional info:
The logs from control-plane-operator report that the port 10000 is not within the acceptable range: 30000-xxxxx. This is what I recommend: - Add this range in the field tool tip message. - Validate the port value in the form, and reject invalid values.