Reset the Admin Console Password
If you forgot the password for the KOTS Admin Console, you can reset it to a new one.
Existing cluster
Run this command from a workstation that has kubectl
access to the cluster:
kubectl kots reset-password <namespace>
where the <namespace>
is the one where you deployed SwaggerHub.
You will be prompted for the new password.
Embedded cluster ("bring your own VM")
Connect to the VM using SSH and run this command:
kubectl kots reset-password default
You will be prompted for the new password.