Managing Deployments¶
Admins can quickly and easily manage their orion deployments for each project as needed. Whether thats restarting a deployment to ensure it picks up the latest version updates, checking logs for potential errors, or syncing. It can all be easily accessed via Argo CD and the projects application.
Click the project application which has the deployment you are looking to manage.
Find the deployment you wish to manage. Selecting the 3 dots you will see the available options. While clicking the deployment directly will provide you the full summary view.
- Logs: review/debug any potential errors for the selected deployment via the logs.
- Restart: restart the deployment. This will force the parent project to pick up the latest updates for this deployment.
- Details: see the full manifest/summary for this deployment.