Skip to content

Commit 640782f

Browse files
author
Mile Rosu
authored
Update README.md
1 parent f3e7010 commit 640782f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
MySQL Operator enables bulletproof MySQL on Kubernetes. It manages all the necessary resources for deploying and managing a highly available MySQL cluster. It provides effortless backups, while keeping the cluster highly available.
44

5-
MySQL Operator was developed by the awesome engineering team at [Presslabs](https://www.presslabs.com/), a Smart Managed WordPress Hosting platform.
6-
7-
For more open-source projects, check [Presslabs Code](https://www.presslabs.com/code/).
5+
MySQL Operator is maintained and developed by [Bitpoke](https://www.bitpoke.io/), a self managed WordPress hosting app running cloud-native.
86

97
## Goals and status
108

@@ -15,11 +13,10 @@ The main goals of this operator are:
1513
3. Out-of-the-box backups (scheduled and on demand) and point-in-time recovery
1614
4. Support for cloning in cluster and across clusters.
1715

18-
The operator is to be considered alpha and not suitable for critical production workloads. We, Presslabs, sucessfully use it at the moment for some non-critical production workloads.
1916

2017
## Contributing
2118

22-
We welcome all contributions in the form of new issues for feature requests, bugs or even pull requests. We are open to discuss ideas on how to improve the operator and would also love to find out where and how it's used. The discussion related to this project should happen on the Kubernetes Community [Slack](https://kubernetes.slack.com/messages/CEKQXFR0E/). The current maintainers of this project can be reached via [email](mailto:[email protected]), too.
19+
We welcome all contributions in the form of new issues for feature requests, bugs or even pull requests. We are open to discuss ideas on how to improve the operator and would also love to find out where and how it's used. The discussion related to this project should happen on the Kubernetes Community [Slack](https://kubernetes.slack.com/messages/CEKQXFR0E/). The current maintainers of this project can be reached via [email](mailto:[email protected]), too.
2320

2421
## Documentation
2522

@@ -52,8 +49,8 @@ Maybe upgrading the MySQL operator to a newer version requires additional steps.
5249

5350

5451
```shell
55-
kubectl apply -f https://raw.githubusercontent.com/presslabs/mysql-operator/master/examples/example-cluster-secret.yaml
56-
kubectl apply -f https://raw.githubusercontent.com/presslabs/mysql-operator/master/examples/example-cluster.yaml
52+
kubectl apply -f https://raw.githubusercontent.com/bitpoke/mysql-operator/master/examples/example-cluster-secret.yaml
53+
kubectl apply -f https://raw.githubusercontent.com/bitpoke/mysql-operator/master/examples/example-cluster.yaml
5754
```
5855

5956
## Roadmap to v1.0

0 commit comments

Comments
 (0)