You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user role name is exceeding 63 characters, which is the max length for a Kubernetes label, the helm install command executed by the launcher will fail.
The value should be trimmed. Also, when the helm install operation fails in the launcher, no logs are emitted by the HyperPod CLI.