API Errors in the Management Console
When restarting your local or AWS install, you may receive the following error when starting the container from the management console:
In this case, restarting Replicated can resolve the issue.
CircleCI Server 2.x
SSH into your services box and run the following commands:
sudo service replicated-operator stop
sudo service replicated-ui stop
sudo service replicated stop
sudo service docker stop
sudo service docker start
sudo service replicated start
sudo service replicated-ui start
sudo service replicated-operator start
More on troubleshooting Replicated can be found at https://circleci.com/docs/2.0/admin-faq/#how-do-i-debug-the-management-console-replicated
Comments
Article is closed for comments.