From 3b7d4690bacc3704b992f77f5af685db851d70cc Mon Sep 17 00:00:00 2001 From: paulfantom <pawel@krupa.net.pl> Date: Tue, 5 Jan 2021 16:14:17 +0100 Subject: [PATCH] add information about code refactoring to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eff1e4e9..8e6d6694 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,14 @@ Components included in this package: This stack is meant for cluster monitoring, so it is pre-configured to collect metrics from all Kubernetes components. In addition to that it delivers a default set of dashboards and alerting rules. Many of the useful dashboards and alerts come from the [kubernetes-mixin project](https://github.com/kubernetes-monitoring/kubernetes-mixin), similar to this project it provides composable jsonnet as a library for users to customize to their needs. +## Warning + +`master` branch is under heavy refactoring work. Please use `release-0.7` branch until code refactoring is complete and this information is removed. + ## Table of contents - [kube-prometheus](#kube-prometheus) + - [Warning](#warning) - [Table of contents](#table-of-contents) - [Prerequisites](#prerequisites) - [minikube](#minikube) @@ -53,8 +58,9 @@ This stack is meant for cluster monitoring, so it is pre-configured to collect m - [Stripping container resource limits](#stripping-container-resource-limits) - [Customizing Prometheus alerting/recording rules and Grafana dashboards](#customizing-prometheus-alertingrecording-rules-and-grafana-dashboards) - [Exposing Prometheus/Alermanager/Grafana via Ingress](#exposing-prometheusalermanagergrafana-via-ingress) - - [Setting up a blackbox exporter](#setting-up-a-blackbox exporter) + - [Setting up a blackbox exporter](#setting-up-a-blackbox-exporter) - [Minikube Example](#minikube-example) + - [Continuous Delivery](#continuous-delivery) - [Troubleshooting](#troubleshooting) - [Error retrieving kubelet metrics](#error-retrieving-kubelet-metrics) - [Authentication problem](#authentication-problem) -- GitLab