Disable CaaSP Transactional UpdatesΒΆ
Although disabling CaaSP transactional updates is discouraged, there may be situations when it is inconvenient to have automatic CaaSP updates.
For more information, visit the CaaSP documentation for transactional updates.
Run the following to prevent a cluster from being updated:
systemctl --now disable transactional-update.timer
If you want to override once a week, instead of daily, run the following:
mkdir /etc/systemd/system/transactional-update.timer.d
cat << EOF > /etc/systemd/system/transactional-update.timer.d/override.conf
[Timer]
OnCalendar=
OnCalendar=weekly
EOF
systemctl daemon-reload
Or use the traditional systemctl commands:
systemctl edit transactional-update.timer
systemctl restart transactional-update.timer
systemctl status transactional-update.timer
Check the next run:
systemctl list-timers