added readme

new-relic
Daniel Mikula 2023-05-16 11:21:17 +02:00
parent b08fc0bf45
commit bd42907508
1 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,15 @@
# New Relic Agent installer # New Relic Agent Installer
Only k8s supported so far. Docker, Linux, Helm already in place but not activated. Only k8s supported so far. Docker, Linux, Helm already in place but not activated.
Usage for k8s Usage for k8s
``` ```
./script.sh -e k8s -a <account_id> -k <api_key> -r <region(EU)> -n <cluster_name> ./setup.sh -e k8s -a <account_id> -k <api_key> -r <region(EU)> -n <cluster_name>
```
Help:
```
./setup.sh -h
``` ```
By default the agent gets installed in the ```newrelic``` namespace. By default the agent gets installed in the ```newrelic``` namespace.