Consider removing the installation and enablement of the docker
unit
#169
Labels
area/os
Operation system related
kind/enhancement
Enhancement, improvement, extension
os/ubuntu
Related to Ubuntu OS
How to categorize this issue?
/area os
/kind enhancement
/os ubuntu
What would you like to be added:
Right now, os-ubuntu as part of the init OperatingSystemConfig has:
gardener-extension-os-ubuntu/pkg/controller/operatingsystemconfig/actuator.go
Lines 81 to 82 in 20b2b22
gardener-extension-os-ubuntu/pkg/controller/operatingsystemconfig/actuator.go
Line 100 in 20b2b22
docker
is being installed via apt-get, 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: