From 76bc090a985eaf6469df80d46e8566c1827ce1de Mon Sep 17 00:00:00 2001 From: Owain Lewis Date: Thu, 20 Sep 2018 09:21:22 +0100 Subject: [PATCH] Update README badges with tags and issues --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f4d14436..f3ec40a51 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # MySQL Operator +The MySQL [Operator][1] creates, configures and manages MySQL clusters running on Kubernetes. + +[![issues](https://img.shields.io/github/issues/oracle/mysql-operator.svg)](https://github.com/oracle/mysql-operator/issues) +[![tags](https://img.shields.io/github/tag/oracle/mysql-operator.svg)](https://github.com/oracle/mysql-operator/tags) [![wercker status](https://app.wercker.com/status/cc1710e8b354d1a22f36b04c8313eac9/s/master "wercker status")](https://app.wercker.com/project/byKey/cc1710e8b354d1a22f36b04c8313eac9) [![Go Report Card](https://goreportcard.com/badge/github.com/oracle/mysql-operator)](https://goreportcard.com/report/github.com/oracle/mysql-operator) -The MySQL [Operator][1] creates, configures and manages MySQL clusters running on Kubernetes. - The MySQL Operator is opinionated about the way in which clusters are configured. We build upon [InnoDB cluster][3] and [Group Replication][4] to provide a complete high availability solution for MySQL running on Kubernetes.