From dc05e829cd25aad72cffffb25c31c4264a68b377 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 25 May 2020 18:41:39 -0500 Subject: [PATCH] Change commands for initial deployment in README following previous commit. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8cbf603..2984d3f 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ The Prometheus Operator for Kubernetes provides easy monitoring definitions for This have been tested on a hybrid ARM64 / X84-64 Kubernetes cluster deployed as [this article](https://medium.com/@carlosedp/building-a-hybrid-x86-64-and-arm-kubernetes-cluster-e7f94ff6e51d). -This repository collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. +This repository collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. The content of this project is written in jsonnet and is an extension of the fantastic [kube-prometheus](https://github.com/coreos/prometheus-operator/blob/master/contrib/kube-prometheus) project. @@ -54,7 +54,7 @@ $ make deploy # Or manually: $ make -$ kubectl apply -f manifests/ +$ kubectl apply -f manifests/setup/ # It can take a few seconds for the above 'create manifests' command to fully create the following resources, so verify the resources are ready before proceeding. $ until kubectl get customresourcedefinitions servicemonitors.monitoring.coreos.com ; do date; sleep 1; echo ""; done