added readme

new-relic
Daniel Mikula 2023-05-16 11:20:15 +02:00
parent e7758b5c7f
commit b08fc0bf45
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

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