kubean-io / kubean

:seedling: Product ready cluster lifecycle management toolchains based on kubespray and other cluster LCM engine.
https://kubean-io.github.io/kubean/
Apache License 2.0
459 stars 35 forks source link

Question about disable ubuntu apt auto upgrade policy #1331

Open san3Xian opened 3 months ago

san3Xian commented 3 months ago

https://github.com/kubean-io/kubean/blob/aa4fd7f38bdab2b62cf0af313bb6f40a0df32535/playbooks/disable-kernel-unattended-upgrade.yml#L5-L22

It's nice to see that kubean supports disabling ubuntu's default kernel auto-update policy, but I'm rather puzzled as to why it doesn't support disabling auto-update? Because in a k8s environment, it's inevitable that other packages will affect the platform when they are updated automatically without being verified as viable. Such as sed -i "s#1#0#g" /etc/apt/apt.conf.d/20auto-upgrades && sed -i "s#1#0#g" /etc/apt/apt.conf.d/10periodic ? Will kubean have this plan supported?

github-actions[bot] commented 6 hours ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.