From b5b39ebd37b9a7bc0c6fa63ed6d6c6078ecc0f01 Mon Sep 17 00:00:00 2001 From: Joshua Reese Date: Fri, 6 Dec 2024 19:11:16 -0600 Subject: [PATCH] Add POC disclaimer to readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 27970be..32964a6 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # Datum Network Services + +> [!CAUTION] +> This operator is currently in a POC phase. The POC integration branch will +> be orphaned and separate PRs opened for discrete components (APIs, controllers, +> etc) as they mature. + +See the [apis](./api/v1alpha) defined for this project.