gardener / gardener-extension-os-gardenlinux

Gardener extension controller for the Garden Linux operating system
Apache License 2.0
9 stars 30 forks source link

Enable and restart all units of `OSC` with purpose `provision` #142

Closed oliver-goetz closed 7 months ago

oliver-goetz commented 7 months ago

How to categorize this PR?

/area os /kind enhancement /os garden-linux

What this PR does / why we need it: This PR enables and restarts all systemd unit provided by OperatingSystemConfig with purpose provision when gardener-node-agent is enabled. Currently, gardener-node-agent is the only unit, but https://github.com/gardener/gardener/pull/9077 introduces gardener-user and sshd-ensurer which need to be started to work properly. Additional units might follow.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

NONE