deis / workflow

The open source PaaS for Kubernetes.
https://deis.com/workflow/
MIT License
1.3k stars 181 forks source link

Attach replica set to workflow #802

Open pfeodrippe opened 7 years ago

pfeodrippe commented 7 years ago

Let me describe a high view sequence of my commands...

I've installed the workflow with helm, created two apps, made some git push at these apps, deleted the release, deleted the namespace because of Error: secrets "builder-key-auth" already exists, deleted the registry, database and builder s3 buckets because of the below deis-controller logs and finally reinstalled the workflow to the cluster with all necessary deis configuration.

Is there any way I could attach the running apps (started from the old release) to this new release so I could do deis apps and see them?

$ kubectl -n deis logs deis-controller-3875226455-sz1p8 -f
system information:
Django Version: 1.10.6
Python 3.5.2

Django checks:
System check identified no issues (2 silenced).

Health Checks:
Checking if database is alive
There was a problem connecting to the database
FATAL:  password authentication failed for user "XXXXXXXXXXXXXXX"
Cryptophobia commented 6 years ago

This issue was moved to teamhephy/workflow#22