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

<name> failed to fetch resource from kubernetes: the server could not find the requested resource #287

Closed
abhiverma111 opened this issue Mar 11, 2024 · 3 comments

Comments

@abhiverma111
Copy link

Post EKS 1.27 upgradation getting the below error while creating the resource "kubectl_manifest" "constraint_template" using terraform.

It works fine with EKS 1.26

image

@malhomaid
Copy link

malhomaid commented Mar 11, 2024

I'm having the same issue

@alekc
Copy link
Contributor

alekc commented Mar 11, 2024

As mentioned in #270, this is a pretty much abandoned project. The fix has been rolled out in the fork

terraform {
  required_version = ">= 0.13"

  required_providers {
    kubectl = {
      source  = "alekc/kubectl"
      version = ">= 2.0.2"
    }
  }

@abhiverma111
Copy link
Author

thanks @alekc, post using your kubectl provider issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants