The annotation featureRestartCount is set to true if the restart count in the container status can be set properly. This is the case if systemd version 235 or newer is used. If an older systemd version is used then featureRestartCount is set to false.
Fixes #284
Tested by stackabletech/agent-integration-tests#71
Review Checklist
[x] Code contains useful comments
[x] (Integration-)Test cases added (or not applicable)
Description
The annotation
featureRestartCount
is set totrue
if the restart count in the container status can be set properly. This is the case if systemd version 235 or newer is used. If an older systemd version is used thenfeatureRestartCount
is set tofalse
.Fixes #284 Tested by stackabletech/agent-integration-tests#71
Review Checklist