On a second though, remove WIP as well
The status clearly defines the state of the operator development.
This commit is contained in:
parent
169c8611c5
commit
ac4757a9c8
|
|
@ -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)
|
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.
|
During the initial run it registers the [Third Party Resource (TPR)](https://kubernetes.io/docs/user-guide/thirdpartyresources/) for Postgres.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue