You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's a bug in the kubectl terraform provider. seems like it's unable to see things that are already existing or unable to put them into state or something. The thing gets made, but subsequent runs it tries to make the thing again. Specifically seeing this with the vpc-cni eniconfigs in our eks module.
gavinbunney/kubectl provider used in vpc-cni-custom-networking is behaving inconsistently · aws-ia/terraform-aws-eks-blueprints aws-ia/terraform-aws-eks-blueprints#1675
failed to fetch resource from kubernetes: the server could not find the requested resource · gavinbunney/terraform-provider-kubectl gavinbunney/terraform-provider-kubectl#270
Conclusion:
Use helm_release resource from the hashicorp/helm provider with a "raw" helm chart to create arbitrary kubernetes resources. Meaning we will feed arbitrary manifests into it. Likely, we will create and publish our own raw helm chart.
Persona
delivery iac unicorn
Description
there's a bug in the kubectl terraform provider. seems like it's unable to see things that are already existing or unable to put them into state or something. The thing gets made, but subsequent runs it tries to make the thing again. Specifically seeing this with the vpc-cni eniconfigs in our eks module.
gavinbunney/kubectl provider used in vpc-cni-custom-networking is behaving inconsistently · aws-ia/terraform-aws-eks-blueprints
aws-ia/terraform-aws-eks-blueprints#1675
failed to fetch resource from kubernetes: the server could not find the requested resource · gavinbunney/terraform-provider-kubectl
gavinbunney/terraform-provider-kubectl#270
there are some solutions in the threads above.
null_provider
+ bash scriptImpact
it's bad
Completion
gavinbunney/terraform-provider-kubectl
provider as it's not maintainedThe text was updated successfully, but these errors were encountered: