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
This commit is contained in:
stroebitzer
2017-11-17 13:15:21 +01:00
committed by GitHub
parent 7615244a60
commit 0bfc3d0966

View File

@@ -35,7 +35,7 @@ Simply run:
```bash ```bash
export KUBECONFIG=<path> # defaults to "~/.kube/config" 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: After all pods are ready, you can reach: