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 YML File Source During Kubernetes Deployment
Updated on 2023-11-28 GMT+08:00

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

Symptoms

During the deployment of the action Deploy on Kubernetes, when Use YML 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 YML 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 YML file in the code repository to CodeArts Artifact. Then, select CodeArts Artifact for File Source, select the YML file in the release repository, save the settings, and perform the deployment again.

FAQs About Kubernetes Deployment Tasks FAQs

more