tnozicka / openshift-acme

ACME Controller for OpenShift and Kubernetes Cluster. (Supports e.g. Let's Encrypt)
Apache License 2.0
319 stars 116 forks source link

v1 to v2 migration path #129

Closed rporres closed 4 years ago

rporres commented 4 years ago

We have a few deployments of openshift-acme still running with v1. Is there a migration path to run v2 there or will it just work with the existing routes and secrets removing the v1 deployments, services, etc and installing the v2 ones?

Related to #119

Thx for all the work here, @tnozicka. Great stuff!

tnozicka commented 4 years ago

The migration from v1 to v2 doesn't require any action except replacing the deployment resources.

Always apply the deployment together with other resources (like serviceaccount, roles, ..) from the same version and delete resources that are no longer there like the imagestream.

rporres commented 4 years ago

Thx, @tnozicka