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

The agent spams a warning into the logs when it cannot retrieve the restart value for a service #323

Open soenkeliebau opened 3 years ago

soenkeliebau commented 3 years ago

When the agent is unable to retrieve a restart count for a pod it keeps spamming the following message into the log:

Could retrieve restart count from unit

This should probably read "couldn't" and not be spammed all the time.