Skip to content
Snippets Groups Projects
Commit 0bfc3d09 authored by stroebitzer's avatar stroebitzer Committed by GitHub
Browse files

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
parent 7615244a
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Simply run: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment