Help Center/ CodeArts Deploy/ FAQs/ Custom Application Actions/ FAQs About Kubernetes Deployment Tasks/ Log Contains "Too many files to unzip" When CodeArts Repo Is Selected as the Manifest File Source During Kubernetes Deployment
Updated on 2024-03-04 GMT+08:00

Log Contains "Too many files to unzip" When CodeArts Repo Is Selected as the Manifest File Source During Kubernetes Deployment

Symptoms

During the deployment of the action Deploy on Kubernetes, when Use Manifest files is selected and CodeArts Repo is selected for File Source, the error message Too many files to unzip. is displayed.

Cause Analysis

In the current application, there are more than 1024 files in the selected branch of the code repository.

Solution

Method 1:

Create a branch for the Manifest file. Then edit the application, select this branch, save the settings, and perform the deployment again.

Method 2:

Use a build task to package the Manifest file in the code repository to CodeArts Artifact. Then, select CodeArts Artifact for File Source, select the Manifest file in the release repository, save the settings, and perform the deployment again.