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

### Description This policy disallows using the passed list of groups as subjects in RoleBindings/ClusterRoleBindings. Certain system groups provide access that is not needed outside of system operations. For example,...

kind/enhancement
area/policy

# Description Policy to check if every Deployment is using a unique service account, and rejects if the deployment's service account is already in use by a existing deployment. In...

kind/enhancement
area/policy

# Description Requires that any `emptyDir` volumes specify a `sizeLimit`. Optionally, a `maxSizeLimit` parameter can be supplied in the constraint to specify a maximum allowable size limit. Optionally, a `defaultSizeLimit`...

kind/enhancement
area/policy

# Description Requires that service port names have a prefix from a specified list # Configuration The policy will take a list of prefixes that are considered valid. The policy...

kind/enhancement
area/community
area/policy

Kubewarden has many policies to validate and mutate Kubernetes resources. Therefore, there are many enhancements to be made on them. However, these improvements are still to be made. Thus, it's...

kind/enhancement
kind/epic
area/mentorship
area/policy

We want to allow users to write policies using [CEL](https://github.com/google/cel-go). CEL is a programming language that is gaining momentum inside of the Kubernetes world. It's now [part of the core...

kind/epic
kind/to-be-refined
area/policy

### Is your feature request related to a problem? As an operator, I'm managing a large kubernetes cluster that is shared by different teams. Each team has a series of...

kind/enhancement
kind/to-be-refined

### Is your feature request related to a problem? Sort of. I wanted to discover all pods concerning policy servers and for that I wanted to inject 1 label on...

status/waiting-feedback

When generating the crd docs by doing: ``` $ cd docs/crds $ make generate ``` The generated docs have broken links as `crd-ref-docs` fails to find the correct types. Example:...

kind/bug
kind/tech-debt
area/crd