I’m trying to install New Relic in one of the environments following this doc: New Relic | Docs | Qovery.
In the documentation it says that I have to provide KUBECONFIG, KUBECONFIG_B64 or KUBECONFIG_GET_EKS
parameters in order for it to work. Since the KUBECONFIG itself is managed by Qovery and is stored in my S3, I thought I’d try the KUBECONFIG_GET_EKS
value, but setting that gives me the following error on deploy:
Error: query: failed to query with labels: secrets is forbidden: User "system:node:ip-10-0-3-239.eu-central-1.compute.internal" cannot list resource "secrets" in API group "" in the namespace "nri-kubernetes": No Object name found
(see screenshot attached)
Do you have any pointers to what I could have missed?