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
I was trying out the autoRenewCerts feature of kubekey 3.0.6.
I read the code and found this feature is implemented by systemd timers.
What confused me is, when I change system time using date -s, the systemd k8s-certs-renew.timer is automatically triggered.
As systemd document says,this feature should be triggered only when OnClockChange=yes is set, which is not found in kubekey generated systemd files.
So is this a systemd bug?I did some googling and am still confused, is there any expert on this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying out the autoRenewCerts feature of kubekey 3.0.6.
I read the code and found this feature is implemented by systemd timers.
What confused me is, when I change system time using
date -s
, the systemd k8s-certs-renew.timer is automatically triggered.As systemd document says,this feature should be triggered only when
OnClockChange=yes
is set, which is not found in kubekey generated systemd files.So is this a systemd bug?I did some googling and am still confused, is there any expert on this issue?
Beta Was this translation helpful? Give feedback.
All reactions