-
Bug
-
Resolution: Done-Errata
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
CLOSED
-
Moderate
-
No
Description of problem:
Under the details page of a VM with SSH exposed there is a User credentials section with a copy to clipboard button specifying an ssh command in the form:
ssh user@api-hostname -p <nodeport>
In the case of my IPI installed baremetal cluster, this never works for me. The api VIP is grabbed by the control plane and attempts to reach nodeports on that IP fail. If I change to a worker node's hostname or IP, it will work.
Version-Release number of selected component (if applicable):
4.10.0
How reproducible:
Always
Steps to Reproduce:
1. Create VM from template (e.g. Fedora) using wizard
2. Select checkbox to expose SSH to the VM
3. Follow through to create VM and select details page.
4. Copy and attempt to use User credentials ssh command
Actual results:
Timeout
Expected results:
Ssh connection to VM
Additional info:
Several others have run into this as well. I am not sure whether it is an IPI only problem.