forked from mariadb-operator/mariadb-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated to GitHub organization and GHCR registry
- Loading branch information
Showing
73 changed files
with
200 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# 🛣️ Roadmap | ||
|
||
- ~~Improve and fully automate the CI/CD to ensure the quality of the artifacts. Become a serious open source project in this matter.~~ | ||
- ~~Leveraging the previous automation, support deploying the operator using the [openshift OLM](https://docs.openshift.com/container-platform/4.8/operators/understanding/olm/olm-understanding-olm.html).: https://github.com/mmontes11/mariadb-operator/issues/10~~ | ||
- ~~COMMUNITY REQUEST - Support for custom `my.cnf`: https://github.com/mmontes11/mariadb-operator/issues/51~~ | ||
- ~~COMMUNITY REQUEST - Support for db initialization scripts: https://github.com/mmontes11/mariadb-operator/issues/47~~ | ||
- High availability support via [replication](https://mariadb.org/mariadb-k8s-how-to-replicate-mariadb-in-k8s/): https://github.com/mmontes11/mariadb-operator/issues/61 | ||
- Abstract both [mysqldump](https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html) and [mariabackup](https://mariadb.com/kb/en/mariabackup-overview/) in an easy to use CLI: `mariactl`. The binary will be released along with the operator in the new CI/CD: https://github.com/mmontes11/mariadb-operator/issues/16 | ||
- Making use of `mariactl`, abstract the most relevant features of `mariabackup` via Kubernetes CRDs, such as incremental backups: https://github.com/mmontes11/mariadb-operator/issues/17 | ||
- The operator has recently been refactored to easily support new storage types for the backups. The next one to be supported will be S3: https://github.com/mmontes11/mariadb-operator/issues/6 | ||
- Create a documentation site hosted in GitHub Pages, something like [this](https://gateway-api.sigs.k8s.io/). It would be generated from markdown by the new CI/CD: https://github.com/mmontes11/mariadb-operator/issues/21 | ||
- High availability support via [Galera](https://mariadb.com/kb/en/what-is-mariadb-galera-cluster/): https://github.com/mmontes11/mariadb-operator/issues/4 | ||
- ~~Leveraging the previous automation, support deploying the operator using the [openshift OLM](https://docs.openshift.com/container-platform/4.8/operators/understanding/olm/olm-understanding-olm.html).: https://github.com/mariadb-operator/mariadb-operator/issues/10~~ | ||
- ~~COMMUNITY REQUEST - Support for custom `my.cnf`: https://github.com/mariadb-operator/mariadb-operator/issues/51~~ | ||
- ~~COMMUNITY REQUEST - Support for db initialization scripts: https://github.com/mariadb-operator/mariadb-operator/issues/47~~ | ||
- High availability support via [replication](https://mariadb.org/mariadb-k8s-how-to-replicate-mariadb-in-k8s/): https://github.com/mariadb-operator/mariadb-operator/issues/61 | ||
- Abstract both [mysqldump](https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html) and [mariabackup](https://mariadb.com/kb/en/mariabackup-overview/) in an easy to use CLI: `mariactl`. The binary will be released along with the operator in the new CI/CD: https://github.com/mariadb-operator/mariadb-operator/issues/16 | ||
- Making use of `mariactl`, abstract the most relevant features of `mariabackup` via Kubernetes CRDs, such as incremental backups: https://github.com/mariadb-operator/mariadb-operator/issues/17 | ||
- The operator has recently been refactored to easily support new storage types for the backups. The next one to be supported will be S3: https://github.com/mariadb-operator/mariadb-operator/issues/6 | ||
- Create a documentation site hosted in GitHub Pages, something like [this](https://gateway-api.sigs.k8s.io/). It would be generated from markdown by the new CI/CD: https://github.com/mariadb-operator/mariadb-operator/issues/21 | ||
- High availability support via [Galera](https://mariadb.com/kb/en/what-is-mariadb-galera-cluster/): https://github.com/mariadb-operator/mariadb-operator/issues/4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ spec: | |
key: password | ||
database: mariadb | ||
sql: | | ||
INSERT INTO users(username, email) VALUES('mmontes11','[email protected]') | ||
INSERT INTO users(username, email) VALUES('mmontes11','[email protected]') | ||
ON DUPLICATE KEY UPDATE username='mmontes11'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.