From 4e82cf411d72bb34efcf9ddea3b1689cd71b4188 Mon Sep 17 00:00:00 2001 From: Ganesh Maharaj Mahalingam Date: Thu, 4 Apr 2019 10:20:30 -0700 Subject: [PATCH] Fix readme to add k8s version dependency Signed-off-by: Ganesh Maharaj Mahalingam --- clr-k8s-examples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clr-k8s-examples/README.md b/clr-k8s-examples/README.md index 82903a4..b2dd1fb 100644 --- a/clr-k8s-examples/README.md +++ b/clr-k8s-examples/README.md @@ -1,5 +1,8 @@ # How to setup the cluster +## Prerequisite +This setup currently will work with k8s 1.14 & above. Any version of k8s before that might work, but is not guaranteed. + ## Sample multi-node vagrant setup To be able to test this tool, you can create a 3-node vagrant setup. In this tutorial, we will talk about using [libvirt](https://github.com/vagrant-libvirt/vagrant-libvirt), but you can use any hypervisor that you are familiar with.