-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.19.0
-
None
-
Agent Sprint 270, Agent Sprint 271
-
2
-
False
-
When using the OVE UI there is a button to download the kubeconfig credentials. This invokes the api/assisted-install/v2/clusters/<cluster_id>/download/files endpoint which will cause the kubeconfig credentials to be generated and allow them to be downloaded. The endpoint calls generateClusterInstallConfig().
The problem is that when the cluster is later installed, a call to generateClusterInstallConfig() which will regenerate a new kubeadmin-password so that the original password which was downloaded is no longer valid. This is not an issue with the kubeconfig since its value will not change.
We need to ensure that the kubeadmin-password downloaded via the Download button remains valid.
- blocks
-
OCPBUGS-56075 When using OVE UI prevent regeneration of kubeadmin-password
-
- Closed
-
- is cloned by
-
OCPBUGS-56075 When using OVE UI prevent regeneration of kubeadmin-password
-
- Closed
-
- links to