From 4ea738d4c340147300ab36193121d55627db7cb3 Mon Sep 17 00:00:00 2001 From: Jens Freimann Date: Wed, 28 Oct 2020 15:07:20 +0100 Subject: [PATCH] Add hint to release-4.6 in README We want to make sure people use the branch we have tested --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af52592e..fb1ff69b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## Please note: if you are using OCP 4.6 please follow this [README](https://github.com/openshift/kata-operator/blob/release-4.6/README.md) + # Kata Operator An operator to perform lifecycle management (install/upgrade/uninstall) of [Kata Runtime](https://katacontainers.io/) on Openshift as well as Kubernetes cluster. @@ -111,4 +113,4 @@ Not implemented yet # Build from source 1. Install operator-sdk version 1.0 or above -2. make docker-build docker-push IMG=quay.io//kata-operator: \ No newline at end of file +2. make docker-build docker-push IMG=quay.io//kata-operator: