From 69914d37eb94d12796e48f56b461a6a7abcd74e2 Mon Sep 17 00:00:00 2001 From: Alena Varkockova Date: Sun, 3 Jan 2021 17:57:50 +0100 Subject: [PATCH] Add version disclaimer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fdf90..9e9015c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Helps you properly wait for cert-manager installation to be ready to use. +DISCLAIMER: this currently works only with latest cert-manager. Support of older versions is in progress. + ## Motivation Pretty much every kubernetes installation nowadays depends on cert-manager for certificate provisioning. But at the same time, I've seen a lot of flakiness in several projects that were caused by inproperly implemented wait on cert-manager to be ready. @@ -56,4 +58,4 @@ if result.Success { } else { fmt.Println("Failure :-(") } -``` \ No newline at end of file +```