mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
330 stars 57 forks source link

Deployment: use strategy.type = Recreate #49

Closed Frankkkkk closed 3 years ago

Frankkkkk commented 3 years ago

Hi,

A Recreate strategy (compared to RollingUpdate default) is needed because the newer pod will wait to be elected before becoming Ready and the older pod will only be removed when the newer one is Ready, resulting in a deadlock.

Signed-off-by: Frank Villaro-Dixon frank.villaro@infomaniak.com

mittwald-machine commented 3 years ago

There has not been any activity to this pull request in the last 30 days. It will automatically be closed after 7 more days. Remove the stale label to prevent this.

martin-helmich commented 3 years ago

Sorry for the late response -- I'm closing this in favor of #54. Nevertheless, thanks for your contribution. :+1: