From 2c834412b3e30b6f44ef652524f6a013e6b93be3 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 12:13:38 +0200 Subject: [PATCH] Add a note about the project's development status. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b9e8621..94b3dee2b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,12 @@ Another example is changing the docker image inside the operator. In this case, it manages and updates them with the new docker images; afterwards, all pods from each Statefulset are killed one by one (rolling upgrade) and the replacements are spawned automatically by each Statefulset with the new docker image. -## Setting up Go. +## Status + +This project is currently in development. It is used internally by Zalando in order to run staging databases on Kuberenetes. +Please, report any issues discovered to https://github.com/zalando-incubator/postgres-operator/issues. + +## Setting up Go Postgres operator is written in Go. Use the [installation instructions](https://golang.org/doc/install#install) if you don't have Go on your system. You won't be able to compile the operator with Go older than 1.7. We recommend installing [the latest one](https://golang.org/dl/).