Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Share SSL cert logic for secret with ingress-gce #124

Open
nikhiljindal opened this issue Jan 25, 2018 · 0 comments
Open

Share SSL cert logic for secret with ingress-gce #124

nikhiljindal opened this issue Jan 25, 2018 · 0 comments

Comments

@nikhiljindal
Copy link
Contributor

To update the cert in ingress-gce controller, we first create a new cert with a different name, then update the target proxy to point to the new cert and then delete the old cert.
In kubemci, we just delete the old cert and then recreate it with the same name but new value.
This is simpler, but can lead to downtime in the brief period when we have deleted the old cert but havent created the new one.

We need to converge this with ingress-gce by sharing the same code.

cc @G-Harmon @bowei

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant