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
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
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" {
│
While working with the cluster, sometimes, Terraform is not able to apply the manifest due to fetch error:
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
The text was updated successfully, but these errors were encountered: