You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- not skip_disable_kernel_unattended_upgrades_playbook
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?
The text was updated successfully, but these errors were encountered:
kubean/playbooks/disable-kernel-unattended-upgrade.yml
Lines 5 to 22 in aa4fd7f
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?The text was updated successfully, but these errors were encountered: