This repository was archived by the owner on Apr 14, 2024. It is now read-only.
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
Error applying several bootstraps with terraform #4
Closed
Description
While working with the cluster, sometimes, Terraform is not able to apply the manifest due to fetch error:
│ Error: argocd/bootstrap-addons failed to fetch resource from kubernetes: the server could not find the requested resource
│
│ with module.eks_cluster.module.gitops_bridge_bootstrap.kubectl_manifest.bootstrap["addons"],
│ on .terraform/modules/eks_cluster.gitops_bridge_bootstrap/main.tf line 93, in resource "kubectl_manifest" "bootstrap":
│ 93: resource "kubectl_manifest" "bootstrap" {
│
This seems to be related to gavinbunney/terraform-provider-kubectl#270
One of the suggested workaround, is to relay on a raw helm chart to apply the manifest
Metadata
Metadata
Assignees
Labels
No labels