From c0b4e45bb45e82341a86bb034d0f97a629f5156e Mon Sep 17 00:00:00 2001
From: Dhawal Parkar <dparkar@microsoft.com>
Date: Thu, 19 Sep 2019 15:18:50 -0700
Subject: [PATCH] adding note for k8s before v1.14.0

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

diff --git a/README.md b/README.md
index aa1f6fb4..30f0444a 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,8 @@ $ minikube addons disable metrics-server
 
 ## Quickstart
 
+>Note: For versions before Kubernetes v1.14.0 use the release-0.1 branch instead of master.
+
 This project is intended to be used as a library (i.e. the intent is not for you to create your own modified copy of this repository).
 
 Though for a quickstart a compiled version of the Kubernetes [manifests](manifests) generated with this library (specifically with `example.jsonnet`) is checked into this repository in order to try the content out quickly. To try out the stack un-customized run:
-- 
GitLab