stackabletech / agent

Stackable Agent - a kubelet written in Rust which uses systemd as its backend
Apache License 2.0
15 stars 9 forks source link

Agent currently doesn't restart when losing K8s API access #317

Open nightkr opened 2 years ago

nightkr commented 2 years ago

This means that restarting the K8s apiserver leaves all running agents in limbo, and that care must be taken so that the apiserver is running before starting any new agents.

soenkeliebau commented 2 years ago

That is unfortunate indeed, we should definitely improve this.