Questions tagged [kubedb]

7 questions
12
votes
1 answer

Is there a way to force delete a crd with failing webhooks?

The kubedb operator in this case has crashed and un-responsive - however I need to cleanup these resources. k delete redis r1 redis-queue --namespace cts --force --grace-period=0 warning: Immediate deletion does not wait for confirmation that the…
user2062360
  • 1,323
  • 5
  • 16
  • 29
3
votes
3 answers

KubeDB on minikube mount local directory

I'm trying to run postgres using kubedb on minikube where I mount my data from a local directory (located on my Mac), when the pod runs the I don't get the expected behaviour, two things happen: One is obviously the mount isn't there, and second I…
Naim Salameh
  • 387
  • 4
  • 18
3
votes
2 answers

Redis seems to delete dump.rdb on startup. Using Kubernetes PVC's and KubeDB. Why is this happening?

We are using KubeDB in our cluster to manage our DB's. So Redis is deployed via a KubeDB Redis object and KubeDB attaches a PVC to the Redis pod. Unfortunately KubeDB doesn't support any restoring or backing up of Redis dumps (yet). For the backup…
Moritz Schmitz v. Hülst
  • 3,229
  • 4
  • 36
  • 63
0
votes
1 answer

KubeDB fails to create postgresql cluster with "error: failed to create xorm engine"

I'm quite new to kubernetes/terraform. Using Minikube. These operations are quite simple, but I'm stuck.. It seems that after creating the kubeDB operator and the pg CRD object, the postgres cluster is not being deployed. Here is what I'm doing in…
Phil
  • 57
  • 6
0
votes
1 answer

Automate API Version of a Kubernetes cluster

I want to automate kubedb API-version of my custom resource. How can I get the API version that manages bu cluster and pass it in a code that will work in an automatic way. I am using multiple clusters and every cluster is manage by different…
ayesha kaleem
  • 77
  • 2
  • 7
0
votes
1 answer

How to change or increase the size of PVC/storage in Mongodb deployed in kubernetes using Kubedb

I have deployed a sharded cluster of Mongodb in my kubernetes cluster as you can see in the yml configuration file below and is working just fine. I followed this doc/article for the setup. Now the issue is that I have to increase the size of my…
Prata
  • 1,250
  • 2
  • 16
  • 31
0
votes
0 answers

How to use GCP Local SSD with KubeDB

Is there an example of how to set up a KubeDB PostgreSQL streaming replication cluster, where each pod's data is using Google Cloud's Local SSDs (need 2x375GB SSDs merged for each PG node). I am aware of local SSDs being temporary - for my usecase,…