terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

Failed to load plugin schemas

Open Tobi-Ajet opened this issue 6 months ago • 2 comments

Terraform Version, Provider Version and Kubernetes Version

Terraform version: 1.12.1
Kubernetes provider version: 2.37.0
Kubernetes version: N/A

terraform init terraform plan/apply

returned:

Error: Failed to load plugin schemas
│ 
│ Error while loading schemas for plugin components: Failed to obtain provider schema: Could not load the schema for provider registry.terraform.io/hashicorp/kubernetes: failed to retrieve schema from provider "registry.terraform.io/hashicorp/kubernetes": 2 problems:
│ 
│ - GetResourceIdentitySchemas Not Implemented: A GetResourceIdentitySchemas call was received by the provider, however the provider does not implement GetResourceIdentitySchemas. Either upgrade the provider to a version that implements GetResourceIdentitySchemas or this is a bug in Terraform that should be reported to the Terraform maintainers.
│ - GetResourceIdentitySchemas Not Implemented: A GetResourceIdentitySchemas call was received by the provider, however the provider does not implement GetResourceIdentitySchemas. Either upgrade the provider to a version that implements GetResourceIdentitySchemas or this is a bug in Terraform that should be reported to the Terraform maintainers...

It seems to be an issue with 2.37.0, reverted to 2.36.0 and all works fine

Tobi-Ajet avatar May 21 '25 20:05 Tobi-Ajet

I'm getting the same issue. Had to downgrade to 2.36.

xanderdunn avatar May 21 '25 20:05 xanderdunn

2.37.1 has been released and the issue has been resolved for us with that version

clodaghoneill avatar May 22 '25 10:05 clodaghoneill