-
It would be great if you could also monitor k8s statefulsets:
```
kubectl get sts
NAME READY AGE
postgres-awx-ext 2/2 21d
```
-
If a hook returns `StatefulSet` containing `volumeClaimTemplates`, Metacontroller is constantly trying to patch the object (despite the hook returning the same object).
Relevant log:
```
{"leve…
-
We need to test and document a way to grow storage when there is space at the same node. At this point, due to some upstream limitation with StatefulSets this isn't supported in Scylla Operator yet an…
-
When Sleepinfo defines multiple includeRefs, controller logs "deployments, statefulsets and cronjobs not present in namespace" and does not sleep or wake up the targets
````
suspendCronJobs: fal…
-
I have added the `Delete=false` sync-option but the PVC's are still being deleted when I remove the ArgoCD application via the webUI. How do I prevent this from happening?
```
volumeClaimTemplat…
-
### What happened?
I experience strange behaviour in our Deployments, when updating StatefulSets. The initial `pulumi up` behaves as expected, everything is deployed and running fine. However when I …
-
When loading the yaml for StatefulSets, the PVC section can't be loaded properly.
It looks to be something around the apiVersion when I read the docs:
https://kubernetes.io/docs/reference/ge…
-
Would be nice if we could have the k8s waiter wait for a Deployment or StatefulSet to have all its pods in a full Ready state (passing readiness probes). Could improve the stability of deciphernow/hel…
-
### Name and Version
bitnami/mongodb 6.3.0
### What is the problem this feature will solve?
The notes for the chart state the following:
>NOTE: An update takes your MongoDB(®) replicaset offline…
-
/kind bug
**What steps did you take and what happened:**
Applied a Notebook CR in conjunction with Notebook controller. Notebook controller creates a StatefulSet from the Notebook CR, containing a…