From af3512c2d2b319927535ece3e42eccc812cf8a6f Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Wed, 28 Jun 2023 21:37:06 +0200 Subject: [PATCH] Updated README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8ec5f3..67c7484 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ -# agent -🤖 Sidecar agent for MariaDB that co-operates with [mariadb-operator](https://github.com/mariadb-operator/mariadb-operator). Remotely manage Galera via HTTP instead of configuration `*.cnf` files +

+mariadb +

+ +

+CI +Release +Go Report Card +Go Reference +

+ + +# 🤖 agent +Sidecar agent for MariaDB that co-operates with [mariadb-operator](https://github.com/mariadb-operator/mariadb-operator). Remotely manage Galera via HTTP instead of configuration `*.cnf` files. - HTTP API to manage Galera and expose the MariaDB state to `mariadb-operator` -- Query and update Galera state without mounting`/var/lib/mysql/grastate.dat` +- Query and update Galera state without mounting `/var/lib/mysql/grastate.dat` - Perform [Galera cluster recovery](https://galeracluster.com/library/documentation/crash-recovery.html) remotely - Bootstrap new Galera cluster as a result of the cluster recovery - Idiomatic Go HTTP client [pkg/client](./pkg/client/) @@ -10,7 +22,7 @@ ### How to use it -Refer to the agent image in the MariaDB CRD `spec.galera.agent` field. +Specify the agent image in the `MariaDB` `spec.galera.agent` field. ```yaml apiVersion: mariadb.mmontes.io/v1alpha1 @@ -48,6 +60,6 @@ spec: ### HTTP API -You can consume the agent API using the [pkg/client](./pkg/client/). Alternatively, take a look at our Postman collection: +You can consume the agent API using the [pkg/client](./pkg/client/). Alternatively, take a look at our Postman collection. [![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/9776-cbdc1706-5e01-423a-822a-ed46daff6abd?action=collection%2Ffork&collection-url=entityId%3D9776-cbdc1706-5e01-423a-822a-ed46daff6abd%26entityType%3Dcollection%26workspaceId%3Da184b7e4-b1f7-405e-b9ec-ec62ed36dd27#?env%5BKubernetes%5D=W3sia2V5IjoidXJsIiwidmFsdWUiOiJodHRwOi8vbWFyaWFkYi1nYWxlcmEtMC5tYXJpYWRiLWdhbGVyYS1pbnRlcm5hbC5kZWZhdWx0LnN2Yy5jbHVzdGVyLmxvY2FsOjU1NTUiLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCIsInNlc3Npb25WYWx1ZSI6Imh0dHA6Ly9tYXJpYWRiLWdhbGVyYS0wLm1hcmlhZGItZ2FsZXJhLWludGVybmFsLmRlZmF1bHQuc3ZjLmNsdXN0ZXIubG9jYWw6NTU1NSIsInNlc3Npb25JbmRleCI6MH1d) \ No newline at end of file