Siegfried Weber
Siegfried Weber
## :warning: TBD – not ready for work The user specified in the PodSpec must be created if it does not yet exist. It must be configurable if users should...
The module `provider.systemdmanager.systemdunit` is complex and hard to test because the service unit logic and the underlying INI file format are merged together. For more popular file formats like XML,...
## :warning: TBD – not ready for work It must be clarified if the agent is responsible for creating missing directories required by the services/operators. Furthermore it must be specified...
## :warning: TBD – not ready for work The ownership of directories should be adapted so that the agent works out of the box where possible without compromising the security....
The topic of directories and permissions needs a holistic view and decision. Therefore all relevant issues are grouped in this epic. * #45 * #105 * #271 * #20 *...
For every log output, the same questions arise: * Which pod? * Which container? * What happened? Currently this information is written in prose, e.g. `"Invocation ID could not be...
The package for Debian is signed but the ones for CentOS are not. They should be signed and the documentation should be adapted (i.e. `gpgcheck=0` should be removed, see #294).
It is not always visible in the agent if systemd encountered a problem, e.g. if the service user does not exist. Therefore systemd errors should be forwarded to the agent.
Kafka supports rack awareness, see https://kafka.apache.org/39/documentation.html#basic_ops_racks. The operator should support it as well.