yangw
yangw
closes/fixes #770 --- - [x] I've made sure the [CHANGELOG.md](https://github.com/presslabs/mysql-operator/blob/master/CHANGELOG.md) will remain up-to-date after this PR is merged.
hi, thanks for the repo. Here is my issue: can not run operator after `helm install mysql-operator bitpoke/mysql-operator` environment: ``` $ test-mysql-operator minikube version minikube version: v1.25.1 commit: 3e64b11ed75e56e4898ea85f96b2e4af0301f43d ```...
Step 1: create file test.yaml(then apply): ```YAML apiVersion: mysql.presslabs.org/v1alpha1 kind: MysqlDatabase metadata: name: test-database namespace: default spec: database: test characterSet: utf8 clusterRef: name: test-my-b namespace: default --- apiVersion: mysql.presslabs.org/v1alpha1 kind:...
Now, the backup candidate node is calculate by: https://github.com/bitpoke/mysql-operator/blob/d5d4981ec556514a7a8c6dfc707ec80c22df5cea/pkg/controller/mysqlbackup/internal/syncer/job.go#L91-L116 In some cases, we need backup spcify node, for example: 1. a node is created only for backup or 2. a...
**Is your feature request related to a problem? Please describe.** As of now, we have two repositories available for setting up a Redis cluster on Kubernetes: [OT-CONTAINER-KIT/redis-operator](https://github.com/OT-CONTAINER-KIT/redis-operator) and [OT-CONTAINER-KIT/redis](https://github.com/OT-CONTAINER-KIT/redis). Within...
**Description** https://github.com/OT-CONTAINER-KIT/redis-operator/issues/490. This PR is add scaffold for admission webhook. Maybe we need more validation in the feture. We don't need validate all fields, becouse some fields will be validate...