From ac4757a9c8421edb2949eb6840da1853e30f109c Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 15:00:05 +0200 Subject: [PATCH] On a second though, remove WIP as well The status clearly defines the state of the operator development. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394df064d..0e14472fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# postgres operator (WIP) +# postgres operator Postgres operator manages Postgres clusters in Kubernetes using the [operator pattern](https://coreos.com/blog/introducing-operators.html) During the initial run it registers the [Third Party Resource (TPR)](https://kubernetes.io/docs/user-guide/thirdpartyresources/) for Postgres.