percona-server-mysql-operator
percona-server-mysql-operator copied to clipboard
Percona Operator for MySQL
[](https://jira.percona.com/browse/K8SPS-417) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** *Short explanation of the problem.* **Cause:** *Short explanation of the root cause of the issue if applicable.* **Solution:** *Short explanation of the solution we...
### Proposal Currently the operator creates a database headless-service with roughly these configs: ```yaml apiVersion: v1 kind: Service metadata: name: database-pxc-db-pxc spec: ports: - name: mysql protocol: TCP port: 3306...
[](https://jira.percona.com/browse/K8SPS-331) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) This PR migrates e2e tests from kuttl to chainsaw. Chainsaw was created because kuttl stopped to be actively maintained (it's actually a single maintainer now). We are also...
[](https://jira.percona.com/browse/K8SPS-154) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** *`gr-finalizer` test is failing because of: https://perconadev.atlassian.net/browse/K8SPS-333 So it needs to be merged together with the fix for the issue.* **CHECKLIST** --- **Jira** -...
[](https://jira.percona.com/browse/K8SPS-288) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** *async self healing test is currently failing on the main branch and will need to be merged after fixes for [K8SPS-289](https://jira.percona.com/browse/K8SPS-289) and [K8SPS-288](https://jira.percona.com/browse/K8SPS-288) which...
[](https://jira.percona.com/browse/K8SPS-212) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** Some CR fields and their values are related in the sense when one field value is specified, some other should be a certain value....
[](https://jira.percona.com/browse/K8SPS-348) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) https://perconadev.atlassian.net/browse/K8SPS-348 **CHANGE DESCRIPTION** --- **Problem:** *Short explanation of the problem.* **Cause:** *Short explanation of the root cause of the issue if applicable.* **Solution:** *Short explanation of the solution...
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.20.0 to 2.21.0. Release notes Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases. v2.21.0 What's Changed feat: Use version info from runtime/debug:BuildInfo when installed by go build by @MakDon...
### Report I've setup cluster according https://docs.percona.com/percona-operator-for-mysql/ps/kubectl.html in single node k3s. All mysql pods working fine, when I've reboot k3s node and mysql cluster can not start. ### More about...
**CHANGE DESCRIPTION** --- **Problem:** *Short explanation of the problem.* **Cause:** *Short explanation of the root cause of the issue if applicable.* **Solution:** *Short explanation of the solution we are providing...