bcbrockway

Results 15 issues of bcbrockway

For security reasons, we use Kyverno's admission controller on our cluster to ensure that certain Linux capabilities are dropped and that containers run as non-root, along with other policies. While...

enhancement
good first issue

I can see that the Helm release history is set to `2` [here](https://github.com/zilliztech/milvus-operator/blob/main/pkg/controllers/setup.go#L55) but we are still seeing an enormous number of Secrets being created in our Milvus namespaces which...

bug
good first issue

The version of the etcd chart the operator uses still contains the `policy/v1beta1` version of the `PodDisruptionBudget` resource but this was deprecated in k8s 1.21 and removed in 1.25. This...

enhancement

For security reasons, we use Kyverno's admission controller on our cluster to ensure that certain Linux capabilities are dropped and that containers run as non-root, along with other policies. While...

enhancement
good first issue

* Now uses the full semver since the CRD changes between patch versions. * Changed `0.9.15` to `0.9.11` since that was when the change was introduced. * Added latest and...