kubewarden-controller icon indicating copy to clipboard operation
kubewarden-controller copied to clipboard

Manage admission policies in your Kubernetes cluster with ease

Results 121 kubewarden-controller issues
Sort by recently updated
recently updated
newest added

Verify if the Kubewarden controller is able to detect divergences between the webhook objects and the `ClusterAdmissionPolicy`/`AdmissionPolicy` configuration. If so, try to make the controller able to restore the webhook...

kind/enhancement
rfc

When performing upgrades, the stateful parts of the stack may get out of sync. We are lucky that we don't have a DB nor we need to do DB schema...

kind/enhancement
area/qa

### Current Behavior Right now we obtain the fully generated CRDs by doing [`make generate-crds`, and they end in `./generated-crds`](https://github.com/kubewarden/kubewarden-controller/blob/main/Makefile#L69-L72). But this is not being used by the [make target...

area/automation

The current CHANGELOG.md looks like the following: ``` ## [Unreleased] ## [v0.1.4] - 2021-04-14 ### Bug Fixes - update documentation links to use custom domain ### Features - add changelog...

documentation
kind/enhancement

Consider what metrics could be exposed on the controller, given that many of these metrics could just be retrieved by querying the API server (e.g. number of admission policies...), however...

kind/enhancement
good first issue
area/observability
later

Right now the controller creates a CA and, with this CA, creates the PEM certificate used by the policy-server. The Kubernetes API server relies on this CA to verify the...

kind/enhancement

Use a more concise way to handle "not found" errors that is made possible by using a controller runtime helper.

When ran the integration tests we see this warning messages: ``` 2024-04-19T14:43:33-03:00 INFO KubeAPIWarningLogger metadata.finalizers: "integration-tests-safety-net-finalizer": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers 2024-04-19T14:43:33-03:00...

kind/tech-debt

Recently, we addressed bunch changes request from the [CNCF Kubewarden annual review](https://github.com/kubewarden/kubewarden-controller/issues/659). But we can do a final sprint and fix little further things that can be done to improve...

area/documentation
kind/enhancement
kind/good first issue
area/community