From 9fa7c2caa82ff79dc674ef351b3074008d276b99 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Mon, 26 Mar 2018 23:37:30 +0800 Subject: [PATCH] add more Signed-off-by: Peng Xiao --- chapter10/labs/prometheus/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter10/labs/prometheus/README.md b/chapter10/labs/prometheus/README.md index 5a1f26a..860adaf 100644 --- a/chapter10/labs/prometheus/README.md +++ b/chapter10/labs/prometheus/README.md @@ -1,4 +1,5 @@ # installation + From: https://github.com/coreos/prometheus-operator rbac: @@ -19,5 +20,5 @@ kubectl create -f kubernetes-monitoring.yml Example app: ``` -kubectl create -f example-application.yml +kubectl create -f example-app.yml ```