Mention Kubernetes in description.

This commit is contained in:
Christoph Berg 2018-07-25 12:03:49 +02:00
parent 2ccbf062ff
commit db355e8724
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
patroni (1.4.4-3) UNRELEASED; urgency=medium
* Update short description to be less vague.
* Mention Kubernetes in description.
-- Christoph Berg <christoph.berg@credativ.de> Wed, 25 Jul 2018 12:00:10 +0200

6
debian/control vendored
View file

@ -48,8 +48,8 @@ Package: patroni
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Description: PostgreSQL High Availability with ZooKeeper, etcd or Consul
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Patroni is a template for a customized, high-availability PostgreSQL solution
using Python and a distributed configuration store (ZooKeeper, etcd or
Consul). It provides a REST API on each Postgres node of the cluster allowing
for remote management and monitoring.
Consul), or Kubernetes. It provides a REST API on each Postgres node of the
cluster allowing for remote management and monitoring.