Containerized Application Deployment on FusionDirector Fails for a Long Time and Cannot Be Canceled
Symptom
The deployment of a containerized application on FusionDirector is suspended for a long time and cannot be canceled. Log in to the CLI of the device and run the docker images command. The deployed image file is not displayed.
Possible Causes
- The certificate authentication fails when the device connects to the image repository on FusionDirector.
- The image file is not available.
Procedure
- Log in to the CLI of the device and check whether the Path_of_AtlasEdge_logs/AtlasEdge_log/edge_core/edge_core_run.log (/var/alog/AtlasEdge_log/edge_core/edge_core_run.log for Atlas 500 AI edge station (model: 3000)s) file contains error information about certificate authentication failure during image repository connection.
- If yes, update the NMS configuration and import a new certificate. For details, see "Configuration Process (Atlas 500 AI Edge Station (Model 3000)) > Deploying and Updating Applications on FusionDirector > Registering with the NMS" in the MindX Edge Application Deployment Guide. After the connection is successful, deploy the containerized application again.
- If no, go to 2.
- Re-upload an image file on FusionDirector, verify the integrity, and check whether the verification is successful.
- If no, obtain a complete and available image file and deploy the containerized application again.
- If yes but the fault persists, contact maintenance personnel.
Parent topic: Containerized Application Deployment