Consider removing the installation and enablement of the docker
unit
#194
Labels
area/os
Operation system related
kind/cleanup
Something that is not needed anymore and can be cleaned up
os/suse-chost
Related to SUSE Container Host OS
How to categorize this issue?
/area os
/kind cleanup
/os suse-chost
What would you like to be added:
Right now, os-suse-chost as part of the init OperatingSystemConfig has:
gardener-extension-os-suse-chost/pkg/controller/operatingsystemconfig/actuator.go
Lines 116 to 123 in a424001
docker
is being installed via zypper, then it is being enabled and restarted.Similar to the reasoning in gardener/gardener-extension-os-gardenlinux#221:
As Gardener no longer requires
docker
, we should no longer install and enable it due to security reasons.Pay attention that the change might be breaking for end users and it has to be coordinated with them somehow - via announcement and/or feature gate. See gardener/gardener-extension-os-gardenlinux#221 (comment)
The breaking part would be that end user might want to rely on docker to be installed and enabled for usage outside of Kubernetes (not recommended).
Why is this needed:
The text was updated successfully, but these errors were encountered: