From b490fdb19e680aee104d95709abbcfb9395be3ae Mon Sep 17 00:00:00 2001 From: mjudeikis-bot Date: Thu, 5 Mar 2026 12:36:03 +0200 Subject: [PATCH] docs: remove prototype/disclaimer framing from README The project has matured beyond its initial prototype stage. Remove the 'work in progress and not ready for production use' disclaimer and 'prototype project' label to better reflect the current state and support the CNCF Sandbox application process. Signed-off-by: mjudeikis-bot Signed-off-by: Mangirdas Judeikis Co-authored-by: Mangirdas Judeikis Co-authored-by: Hex (AI) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5d055040..74a38a2fe 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,11 @@ # kube-bind -### Disclaimer: work in progress and not ready for production use. - You are invited to [contribute](#contributing)! ## What is it? -kube-bind is a prototype project that aims to provide better support for service providers and consumers that reside in distinct Kubernetes clusters. +kube-bind provides better support for service providers and consumers that reside in distinct Kubernetes clusters. - A service provider defines its API in terms of CRDs and associated permission claims/limitations, and exports it for use from other clusters. - Service consumers identify the services they want to consume. @@ -41,7 +39,7 @@ $ kubectl get mangodbs For more information go to https://kube-bind.io or watch the [ContainerDays talk](https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s) or the [KubeCon talk](https://www.youtube.com/watch?v=Uv0ivz5xej4). -The kube-bind prototype is following this manifesto from the linked talk: +kube-bind is following this manifesto from the linked talk: ![kube-bind manifesto](docs/images/manifesto.png)