Skip to content

Commit

Permalink
Update README to document workaround for k8s resource update issue du…
Browse files Browse the repository at this point in the history
…ring gridscale provider upgrade
  • Loading branch information
nvthongswansea committed Jan 24, 2025
1 parent 844b7aa commit 4a49e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ The following issues are known to us:
- Changing the name attribute in a template datasource will not trigger storages using this template to be recreated.
- If a storage has snapshots, Terraform cannot delete it.
- The autorecovery value of a server can't be changed with Terraform.
- Fail when update k8s resource when upgrading from terraform provider gridscale v2.0.2 to v2.0.3. In order to solve this issue, you will need to change the one of nodepool's `cores`, `memory`, `storage`, or `storage_type` value in the k8s resource, and then apply the changes via `terraform apply`. After that, you need to change it back to the original value and `terraform apply` again. This will fix the inconsistency between the provider and the gridscale API.

0 comments on commit 4a49e14

Please sign in to comment.