[FEATURE] Update MKS cluster to the LATEST_PATCH #712
Labels
Product: Managed Kubernetes Service
Status: Backlog
The issue is understood
Type: Feature
new feature, improvement
Description
When using the
ovh_cloud_project_kube
, I can update it to the next minor version, i.e 1.28 to 1.29.But there is no way to update the cluster to the last patch version.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
I see here
terraform-provider-ovh/ovh/resource_cloud_project_kube.go
Line 612 in d7186ad
NEXT_MINOR
when upgrading, but the strategy allows LATEST_PATCH.When performing a
terraform state
, theis_up_to_date
is false, so we know there is a new version:Remarks
Note that I want to manage myself the update of the cluster, so keep
update_policy
to NEVER_UPDATE.The text was updated successfully, but these errors were encountered: