newrelic / k8s-agents-operator

Apache License 2.0
5 stars 4 forks source link

Stuck in cert manager command completion while trying to install kubernets agent opeartor for AWS EKS fargate container #80

Open AbhiBhalani11 opened 4 weeks ago

AbhiBhalani11 commented 4 weeks ago

I am trying to install the Kubernetes agent operator in the AWS EKS cluster with the fargate container. I am following this article to install the operator.

I want to integrate New Relic to collect APM and AWS EKS fargate container logs in New Relic.

The below command execution is getting stuck and the job runs for 5 min and then gets terminated with a timeout error.

helm install cert-manager jetstack/cert-manager \
    --namespace cert-manager \
    --create-namespace \
    --set crds.enabled=true

The same command works for the minikube Kubernetes cluster in the local machine.

Please let me know if I am missing something to make the cert-manager job completed.

workato-integration[bot] commented 4 weeks ago

https://new-relic.atlassian.net/browse/NR-302815

mrickard commented 4 weeks ago

@AbhiBhalani11 I'm sorry to hear you're having trouble. This isn't an issue with the New Relic Node Agent, so I've transferred it to the k8s-agents-operator repo.

AbhiBhalani11 commented 3 weeks ago

Can anyone have a solution to this issue? I am stuck in the production setup.