Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Support jobs (#205)
Browse files Browse the repository at this point in the history
* Restart policy `Never` handled correctly
* systemd version set to 0.9
* Services and jobs added to the documentation
* Waiting on startup enabled only for restart policy `Always`
* Restart setting in systemd units removed
  • Loading branch information
siegfriedweber committed Jun 23, 2021
1 parent f374a6c commit f1c6f9a
Show file tree
Hide file tree
Showing 19 changed files with 546 additions and 331 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
== 0.4.0 - unreleased

:188: https://github.com/stackabletech/agent/pull/188[#188]
:205: https://github.com/stackabletech/agent/pull/205[#205]

=== Added
* Annotation `featureLogs` added to the pods to indicate if logs can be
retrieved with `kubectl logs` ({188}).

=== Changed
* Restart setting in systemd units removed because the agent already
monitors the units and restarts them according to the restart policy
in the pod spec ({205}).

=== Fixed
* Pods with restart policy `Never` handled correctly ({205}).

== 0.3.0 - 2021-05-27

:165: https://github.com/stackabletech/agent/pull/165[#165]
Expand Down
Loading

0 comments on commit f1c6f9a

Please sign in to comment.