newrelic / k8s-agents-operator

This project auto-instruments containerized workloads in Kubernetes with New Relic agents.
Apache License 2.0
6 stars 10 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 3 months ago

AbhiBhalani11 commented 3 months 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 3 months ago

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

mrickard commented 3 months 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 months ago

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

mangulonr commented 1 month ago

Hi @AbhiBhalani11 We currently don't officially support AWS EKS Fargate for our K8s Agent operator.

Although we're very close to release a new version that don't require cert-manager that may solve your needs.

cc @dbudziwojskiNR @ramkrishankumarN

brenwhyte commented 1 month ago

How close is close? Just wondering if I should wait it out to deploy operator across the fleet or wait for the non-cert-manager dependent version.

dbudziwojskiNR commented 1 month ago

Hi @brenwhyte! We've actually already released support for non-cert-manager install starting in v0.13.0. This said, I would recommend installing v0.14.0 as it has support for annotation-less install :)

brenwhyte commented 1 month ago

The timing couldn't have been more perfect, checking this out now 👍

brenwhyte commented 1 month ago

Hey o/ I'm using the nri-bundle chart, how can I specify v0.14.0 version of the k8s-agents-operator subchart? I don't think I can.

Using Flux to deploy the charts

dbudziwojskiNR commented 1 month ago

Hi @brenwhyte! We rollout releases over the course of a couple days. The nri-bundle chart released yesterday contains v0.14.0 of the operator. Please let me know if anything else comes up!

dbudziwojskiNR commented 1 week ago

Hi @brenwhyte! Just wanted to check in if you were able to install the operator? Cheers!