Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cannot retry upgrade gsk when previous upgrade fails v1 (#410)
* always get template uuid from version/release even if version/release is not changed IF the previous upgrade (from 1.29 to 1.30) fails, the updated value of version/release is still persisted (tf provider behaviour because we don't set version/release in k8s resource READ). Hence when we re-try the upgrade, this piece of code detects no changes in version/release parameter => tf tries to get template uuid from service_template_uuid (which is just the current template of the cluster), hence no upgrade happens. * refresh gsk version/release on read
- Loading branch information