This page provides information about using the Argo UI with CSM. The Argo UI is useful for watching the progress of an install or upgrade and debugging. The UI is read-only and will not accept write operations.
The Argo UI is accessed through a URL. The URL for a system can be found by the following command.
(ncn-mw#
) Get Argo UI URL
kubectl get virtualservice -n argo | grep "argo" | awk '{print $3}'
Credentials can be used to access the Argo UI as long as they have been configured in Keycloak.
See Create Internal User Accounts in the Keycloak Shasta Realm for more information.
Logs in the Argo UI show output from individual stages of a workflow and are useful for debugging.
To view the logs:
main logs
button.