Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Update README badges with tags and issues #223

Merged
merged 1 commit into from
Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down