Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating managed Dataplatform Cluster produces 'Plugin did not respond' error #747

Open
lucabtg opened this issue Jan 24, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lucabtg
Copy link

lucabtg commented Jan 24, 2025

Description

Updating managed Stackable Dataplatform Cluster from 24.3 to 24.11 fails with 'Plugin did not respond' error

Expected behavior

Stackable Dataplatform Operators should be updated to version 24.11 after updating the cluster

Environment

Terraform version:

OpenTofu 1.7.3

Provider version:

6.6.9

OS:

Docker Image: registry.gitlab.com/components/opentofu/gitlab-opentofu:0.24.0-opentofu1.7.3

Configuration Files

Setting the version variable to 24.11:

resource "ionoscloud_dataplatform_cluster" "main" {
  datacenter_id = var.datacenter_id
  name          = var.dataplatform_cluster_name

  maintenance_window {
    day_of_the_week = "Sunday"
    time            = "09:00:00"
  }

  version = "24.11"

  lans {
    lan_id = var.lan_id
    dhcp   = var.nic_dhcp_enabled
  }
}

How to Reproduce

Update a managed Stackable Dataplatform Cluster from 24.3 to 24.11 using the ionoscloud provider

Error and Debug Output

Terraform apply runs for 60 minutes and tries to modify the cluster resource. After 60 minutes it hits the timeout and produces the following error:

Error: Plugin did not respond

The plugin encountered an error, and failed to respond to the plugin6.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.

Additional Notes

We never encountered this issue before, even though we have been using OpenTofu instead of Terraform to maintain our infrastructure for a few months, as GitLab deprecated their Terraform CI/CD templates.

References

@lucabtg lucabtg added the bug Something isn't working label Jan 24, 2025
@cristiGuranIonos
Copy link
Collaborator

Were there any logs or stacktrace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants