project-akri / akri

A Kubernetes Resource Interface for the Edge
https://docs.akri.sh/
Apache License 2.0
1.1k stars 141 forks source link

Need to restart Configuration validating webhook when certificates are rotated #690

Open johnsonshih opened 5 months ago

johnsonshih commented 5 months ago

We need a way for the webhook server to refresh certs when certificates rotated. Right now, the certs are read at start up and won't be refreshed so when certs retated, webhook still use old certs. Users have to manually restart the webhook pod for the webhook to pick up the new certs. It's not ideal.

yujinkim-msft commented 5 months ago

switching to kube-rs will affect how this may be addressed: https://github.com/project-akri/akri/issues/375

github-actions[bot] commented 2 months ago

Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed.