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
modify -days 365 to -days 1 in Line 216, so that default CA cert expiration time change to 1 day,
modify "expiry":"43800h" to "expiry":"1h" in Line 217, so that default karmada-apiserver cert expiration time change to 1 hour,
just like:
Please provide an in-depth description of the question you have:
In many installation methods, the expiration time of the Karmada certificates is 365 days, when the time is up, most components will crash, just like:
so, how to rotate karmada certificate if it is expired?
How to reproduce it?:
Step 1. modify
hack/util.sh
:karmada/hack/util.sh
Lines 216 to 217 in c81649a
modify
-days 365
to-days 1
in Line 216, so that default CA cert expiration time change to 1 day,modify
"expiry":"43800h"
to"expiry":"1h"
in Line 217, so that default karmada-apiserver cert expiration time change to 1 hour,just like:
Step 2. re-install karmada by
hack/local-up-karmada.sh
Step 3. 1 hour later, the most component would crash down.
Environment:
The text was updated successfully, but these errors were encountered: