From ea8d1004ac9085aadd8292a484f782abb8daf3ee Mon Sep 17 00:00:00 2001 From: helen-shao Date: Tue, 3 May 2022 16:34:28 -0600 Subject: [PATCH] update readme --- hack/test/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/test/README.md b/hack/test/README.md index cf02dbd..97fdbe6 100644 --- a/hack/test/README.md +++ b/hack/test/README.md @@ -1,6 +1,7 @@ # Testing Prometheus Storage Adapter for Wavefront 1. Update proxy with YOUR_API_TOKEN and YOUR_CLUSTER in hack/test/6-wavefront-proxy.yaml. -2. Apply all yamls within hack/test by +2. Create namespace by `kubectl create namespace monitoring` +3. Apply all yamls within hack/test by `kubectl apply -f hack/test/` -3. The prometheus metrics should now be available under the metric name with prefix "prometheus." \ No newline at end of file +4. The prometheus metrics should now be available under the metric name with prefix "prometheus." \ No newline at end of file