From cd4941eba469be8d56c12369a50487c806dffd51 Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Wed, 2 Nov 2016 15:36:57 +0100
Subject: [PATCH] mention minikube restrictions

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index fa34d070..679302e2 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,9 @@ working cluster, but is typically deployed outside of it. This monitoring
 setup assumes that it is made visible from within the cluster through a headless
 service as well.
 
+> Note that minikube hides some components like etcd so to see the extend of
+> this setup we recommend setting up a [local cluster using bootkube](https://github.com/kubernetes-incubator/bootkube/tree/master/hack/multi-node).
+
 An example for bootkube's multi-node vagrant setup is [here](/manifests/etcd/etcd-bootkube-vagrant-multi.yaml).
 
 > Hint: this is merely an example for a local setup. The addresses will have to
-- 
GitLab