From 0bfc3d0966d0ca9d4cddf1335a01c0dcd7ea7e0e Mon Sep 17 00:00:00 2001 From: stroebitzer <hubstr@gmail.com> Date: Fri, 17 Nov 2017 13:15:21 +0100 Subject: [PATCH] Fix docu concerning initial deployment After cloning the repo I wanted to deploy kube-prometheus into my running minikube. I did the steps mentioned in the docu which brought me to the following exception: namespace "monitoring" created error: the path "manifests/prometheus-operator" does not exist Waiting for Operator to register custom resource definitions.................................................................................................................^C --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8236bf5..321179b8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Simply run: ```bash export KUBECONFIG=<path> # defaults to "~/.kube/config" -hack/cluster-monitoring/deploy +prometheus-operator/contrib/kube-prometheus/hack/cluster-monitoring/deploy ``` After all pods are ready, you can reach: -- GitLab