15 lines
314 B
Markdown
15 lines
314 B
Markdown
# New Relic Agent Installer
|
|
|
|
Only k8s supported so far. Docker, Linux, Helm already in place but not activated.
|
|
|
|
Usage for k8s
|
|
```
|
|
./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. |