From b08fc0bf45c848d125ae4a50c92006720ceb4c7c Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Tue, 16 May 2023 11:20:15 +0200 Subject: [PATCH] added readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e14b989 --- /dev/null +++ b/README.md @@ -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 -k -r -n +``` + +By default the agent gets installed in the ```newrelic``` namespace. \ No newline at end of file