You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MISC] Clean up TLS SANs + avoid deleting and recreating K8s service (#386)
## Issue
1. We are deleting and re-creating K8s service as a result of a juju bug
(https://bugs.launchpad.net/juju/+bug/2084711) which would cause
integration tests to fail. The juju bug is no longer reproducible in
juju 3.6.2
2. We have a number of unreachable DNS names which are included in the
SANs when constructing the TLS CSR
## Solution
1. Avoid deleting and recreating the service
2. Clean up unreachable DNS names
0 commit comments