-
### Summary
Exclude `Endpoints` and `EndpointSlices` by default.
### Motivation
`Endpoints` and `EndpointSlices` are Kubernetes internal resources that most users will never directly create. …
-
### What happened?
We're following the [upstream guidance](https://kubernetes.io/docs/reference/labels-annotations-taints/#app-kubernetes-io-instance) and using `app.kubernetes.io/instance` a…
-
### Issue Summary
In our testing on the serverless platform, we aimed to assess the maximum number of projects that can be supported on a single MKI cluster. We were using the Elastic Agent version 8…
-
# Feature request
We currently set hard limit in the configuration (with `maximumNumberOfProcesses`). Recently I wanted to check if we can get rid of this hardcoded limit and allow PHPStan to deter…
-
Document the old method of FluxCD installation, so that it can be adapted to the modern version using the `flux bootstrap` command.
## `task cluster:install`
1. `kubectl apply --kustomize` on `./k…
-
A lot of helm charts follow standard values. Fields like serviceAccount, image, resources, etc...
It'd be cool if, either via a comment like # $type: resources, or just smart detection, schema gen…
-
### What happened?
If we try to access a resource that has the term `proxy` in its name or kind, access through the regular kubernetes dashboard will fail with the following error:
```
Unknown …
-
Currently, Admitik validates or modifies Kubernetes resources based on conditions defined through Helm templates. However, we need to extend functionality to ensure policies are audited and supervised…
-
### Kyverno Version
1.13.0
### Kubernetes Version
1.30.x
### Kubernetes Platform
AKS
### Kyverno Rule Type
Validate
### Description
I'm running kyverno 1.13.1 on AKS cluster. I have set of po…
-
/kind feature
There are several problems with the current approach to pod ResizeStatus, including:
1. Race condition setting the status: the kubelet can overwrite the Proposed status set by the API …