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

Commit 9aebcc3

Browse files
YoshiakiYamasakiowainlewis
authored andcommitted
Updated README.md (#281)
There are people who think MySQL Operator can work with MySQL NDB Cluster. Update the readme to avoid confusion.
1 parent cfc3e5b commit 9aebcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MySQL Operator
22

3-
The MySQL [Operator][1] creates, configures and manages MySQL clusters running on Kubernetes.
3+
The MySQL [Operator][1] creates, configures and manages MySQL InnoDB clusters running on Kubernetes. It is not for MySQL NDB Cluster.
44

55
[![issues](https://img.shields.io/github/issues/oracle/mysql-operator.svg)](https://github.com/oracle/mysql-operator/issues)
66
[![tags](https://img.shields.io/github/tag/oracle/mysql-operator.svg)](https://github.com/oracle/mysql-operator/tags)
@@ -23,7 +23,7 @@ See the [tutorial][5] which provides a quick-start guide for users of the Oracle
2323

2424
The MySQL Operator provides the following core features:
2525

26-
- Create and delete highly available MySQL clusters in Kubernetes with minimal effort
26+
- Create and delete highly available MySQL InnoDB clusters in Kubernetes with minimal effort
2727
- Automate database backups, failure detection, and recovery
2828
- Schedule automated backups as part of a cluster definition
2929
- Create "on-demand" backups.

0 commit comments

Comments
 (0)