project icon indicating copy to clipboard operation
project copied to clipboard

KubeDB Enhancement & Issues

Results 106 project issues
Sort by recently updated
recently updated
newest added

- Create metadata storage (MySQL or PostgreSQL) and ZooKeeper from druid operator if reference not provided

- We should use log level 5 for only event type of information - Don't use level 4 anywhere.

- [ ] If Postgres is watched & pg operator is running, ferretdb continuously get reconciled. It maintains this pattern ``` I0506 16:53:57.257855 1 reconcile.go:59] "Reconciling FerretDB ..................................." FerretDB="demo/fer" I0506...

bug

Currently, we just logging if some error occurs. We should also show the important information for debugging purpose.

P1 - High Priority

- GCS: - backup api: curl -XPOST -k -u "admin:Xy3ZjyU)~(9IO8_n" "http://localhost:8983/solr/admin/collections?action=BACKUP&collection=kubedb-collection&location=/&name=kubedb-backup&repository=kubedb-gcs" --verbose it can override backup - S3: - backup api: curl -XPOST -k -u "admin:Xy3ZjyU)~(9IO8_n" "http://localhost:8983/solr/admin/collections?action=BACKUP&collection=kubedb-collection&location=s3:/pritam&name=kubedb-backup&repository=kubedb-s3" --verbose - S3...