Server 2.x
To change the password for the CircleCI management console on port 8800:
- SSH into the Services box
- Run
sudo replicatedctl console-auth reset
Older versions of replicated may need the following command:sudo replicated auth reset
Server 3.x
To change the password for the CircleCI management console on port 8800:
- Make sure you are connected to your Kubernetes cluster
kubectl kots reset-password [namespace]
Comments
Article is closed for comments.