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

Error with istio csr | seems this feature is not tested #1280

Closed
deepakjeena opened this issue Dec 25, 2022 · 4 comments
Closed

Error with istio csr | seems this feature is not tested #1280

deepakjeena opened this issue Dec 25, 2022 · 4 comments
Labels
question Further information is requested stale

Comments

@deepakjeena
Copy link

Description

I am trying to install istio csr but this module is returing error I have tried different configuration but i am failed to deploy istio-csr.

module "eks_addons" {
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.18.0"

enable_cert_manager = true
enable_cert_manager_istio_csr = true
cert_manager_helm_config = {
version = "v1.10.1"
}
}

Terminal Output Screenshot(s)

│ Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "istiod" namespace: "istio-system" from "": no matches for kind "Certificate" in version "cert-manager.io/v1"
│ ensure CRDs are installed first

│ with module.eks_addons.module.cert_manager_istio_csr[0].module.helm_addon.helm_release.addon[0],
│ on /home/ec2-user/git/infra/terraform/workspace/data/shared/eks/modules/eks_addons/modules/kubernetes-addons/helm-addon/main.tf line 1, in resource "helm_release" "addon":
│ 1: resource "helm_release" "addon" {

Additional context

@Pacobart
Copy link
Contributor

Pacobart commented Jan 3, 2023

@deepakjeena You will need to ensure the cert-manager CRD's are successfully installed before istio-csr will deploy properly. Will you validate with this command kubectl get customresourcedefinitions | grep cert-manager.io?

@bryantbiggs bryantbiggs added the question Further information is requested label Jan 7, 2023
@deepakjeena
Copy link
Author

@Pacobart : here is the output:

kubectl get customresourcedefinitions | grep cert-manager.io
certificaterequests.cert-manager.io 2023-02-05T20:46:37Z
certificates.cert-manager.io 2023-02-05T20:46:37Z
challenges.acme.cert-manager.io 2023-02-05T20:46:37Z
clusterissuers.cert-manager.io 2023-02-05T20:46:37Z
issuers.cert-manager.io 2023-02-05T20:46:37Z
orders.acme.cert-manager.io 2023-02-05T20:46:37Z

@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2023

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Mar 8, 2023
@bryantbiggs
Copy link
Contributor

thank you for the issue - as we move forward with the project, we will not be continuing to support this addon within the project. if you wish to use Istio you can utilize the helm_release resource to add support in your environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

3 participants