[Bug]: Changing value of automatically_upgrade_os
has no effect on existing nodes
#1489
Labels
bug
Something isn't working
Description
I created a cluster with the default setting
automatically_upgrade_os = true
. I noticed that changing this value to false afterward has no effect. It only seems to be applied when a new node is created.Steps to reproduce:
automatically_upgrade_os = true
automatically_upgrade_os = false
terraform plan
. No changes are detected.terraform apply
.systemctl status transactional-update.timer
. The status still shows as enabled.I don't know if this behavior is intended. It would be convenient being able to change this value across all nodes through terraform.
Changing the value
automatically_upgrade_k3s
applies the changes to the cluster as expected.Kube.tf file
Screenshots
No response
Platform
Mac
The text was updated successfully, but these errors were encountered: