-
# Stories
* As provider I want to stop a new Gardener roll-out when it detects issues during cluster operations that indicate a problem with the new Gardener version, so that the damage it contained …
-
## Bug Report
With the introduction of the [Pod Security Adminssion](https://kubernetes.io/docs/concepts/security/pod-security-admission/#pod-security-admission-labels-for-namespaces), the recommen…
-
Trying to deploy operator using olm on an aks cluster creating a subscription fails with the InstallPlan status reporting error bundle contents have not yet been persisted to installplan status.
st…
-
## Type of question
I found when we set the subscription configuration, the operator deployment will be restarted in two steps:
1. OLM operator creates the operator deployment according to the…
-
### Enhancement Description
- **One-line enhancement description (can be used as a release note):** This KEP proposes a safer and more performant implementation for `kubectl apply`'s pruning featur…
-
The current OLM seems to allow setting labels on the `deployments` in the CSV via a `label` field (why it's not plural?)
https://github.com/operator-framework/operator-lifecycle-manager/blob/15790a…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help t…
-
## Bug Report
**What did you do?**
I created multiple subscriptions in a short time, then these subscription status is InstallPlanPending,
Like the following:
```yaml
apiVersion: operators…
-
We lack e2e coverage for scenario where Operator is optimizing Node when there're multiple optimizable Scylla Pods. To prevent more regressions (#1148), we should add an e2e for following case:
1. Cr…
zimnx updated
1 month ago
-
## Bug Report
**What did you do?**
I have two operators, operator1 is with `OwnNamespace` as true and operator2 is `AllNamespaces` is true.
```
installModes:
- supported: true
ty…