Skip to content

galen erso: trouble redeploying crashed armada #681

@pinheadmz

Description

@pinheadmz

error looks like this, but helm list and helm history don't show any trace of the armada

 --> warnet deploy networks/armada --namespace=wargames-coffee
Deploying node: armada-0
Deploying node: armada-1
Deploying node: armada-2
Error: UPGRADE FAILED: "armada-0" has no deployed releases
Error: Error: UPGRADE FAILED: "armada-0" has no deployed releases

Error: UPGRADE FAILED: "armada-1" has no deployed releases
Error: Error: UPGRADE FAILED: "armada-1" has no deployed releases

Error: UPGRADE FAILED: "armada-2" has no deployed releases
Error: Error: UPGRADE FAILED: "armada-2" has no deployed releases

fix was this:

(.venv) --> k delete secret -l name=armada-0 -n wargames-coffee
secret "sh.helm.release.v1.armada-0.v1" deleted
(.venv) --> k delete secret -l name=armada-1 -n wargames-coffee
secret "sh.helm.release.v1.armada-1.v1" deleted
(.venv) --> k delete secret -l name=armada-2 -n wargames-coffee
secret "sh.helm.release.v1.armada-2.v1" deleted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions