Open juicemia opened 2 years ago
Just to debug some more I went through the manual upgrade process up until I got the cluster to version 1.23.10-do.0
. I then bumped the version in the Terraform to version 1.24.4-do.0
which is the latest available version and I got the same behavior. terraform apply
applies the plan to bump the cluster version. Nothing happens. Subsequent terraform plan
creates the same plan as before.
Bug Report
Describe the bug
When changing the Kubernetes version from
1.21.9-do.0
to1.22.13-do.0
, Terraform generates the following plan:After successful apply, checking the Kubernetes version using
doctl
shows that the version is still1.21.9-do.0
, and runningterraform plan
again generates the same plan as before.Affected Resource(s)
Expected Behavior
Kubernetes cluster should be on version
1.22.13-do.0
.Actual Behavior
Kubernetes cluster stayed on version
1.21.9-do.0
.Steps to Reproduce
terraform plan
after changing the version of the Kubernetes cluster in Terraform.terraform apply
Terraform Configuration Files
Terraform version