-
**Acceptance Criteria**
*Case 1*
**When** I configure a CNB build template for knative that uses a persistent volume claim as an interbuild cache
**And** The build complete successfully
**Then** T…
-
After upgrading to v1.11.0 I noticed the following messages for every postgres cluster on every start up of the operator:
```
time="2024-04-04T16:56:37Z" level=info msg="statefulset myapp/myapp-po…
bo0ts updated
1 month ago
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-op…
-
We're running a cluster with 2 VerneMq brokers. Everything works fine if we start one broker at one time, but as soon as we need to re-start both the brokers, all the retained messages are lost.
To…
-
Hi,
I have a cluster with two nodes:
* the first node is home to deployments using *local-path-provisioner* (aka `first.example`)
* the second node (aka `second.example`) was recently added to tr…
-
The pv name consists of prefix 'pvc-' and UID of the pending pvc currently. Will the pv name be customizable?
// getProvisionedVolumeNameForClaim returns PV.Name for the provisioned volume.
// Th…
-
**What steps did you take and what happened:**
[A clear and concise description of what the bug is, and what commands you ran.]
https://github.com/openebs/zfs-localpv/issues/235 this is about what…
-
The current way to map/mount persistent external storage uses Azure Files and therefore SMB, there are platforms and technologies that can't support this, [for example MongoDB simply refuses to start]…
-
Currently the persistent volume claim `resourcevol` is created with access mode `readWriteOnce` which does not allow read-write access by multiple pods. We should switch to access mode `readWriteMany`…
-
Does this have data persistence? I want to create a new rabbitqm user and it has to survive pod termination. I don't see any persistent volume claims in the kubernetes yaml files. Please correct me if…