[bug] multiple services included into ClusterDeployment
are deployed until first failed deployment only
#875
Labels
bug
Something isn't working
Describe the bug
When multiple service templates are defined in
ClusterDeployment
resource, they are deployed sequentially until the first failure occurs. Then charts following failed one will never be deployed.REF issue in projectsveltos: projectsveltos/addon-controller#936
To Reproduce
Steps to reproduce the behavior:
ClusterDeployment
with multiple services included. Add service that will fail in the middle of the list. For instance, cert-manager which will not run properly without CRDs enabled.ClusterDeployment example
Expected behavior
A deployment attempt must be made against all services defined in the
ClusterDeployment
resource.The text was updated successfully, but these errors were encountered: