Antoine Deschênes
Antoine Deschênes
We're currently using `helm lint` to find deprecated API versions in our charts, failing CI on warnings. However, helm assumes that the target Kubernetes version is the one specified through...
Hi, I have a case where a manually modified secret contains a `kubectl.kubernetes.io/last-applied-configuration` label with three-way-merge, containing the whole JSON of the previous secret version. The label is unfortunately printed...
Signed-off-by: Antoine Deschênes **What this PR does / why we need it**: closes #10664 Adds a `--kube-version` flag to the `helm lint` command, allowing to specify the Kubernetes version to...
Reopening #1899 ## What does this PR change? * Allows agent mode to watch the metrics-config ConfigMap, this was unexpected as the costmodel execution behaves correctly. Documentation doesn't mention agent...
There should be a way for nodeFit filtering to check for `preferredDuringSchedulingIgnoredDuringExecution` nodeAffinity terms https://github.com/kubernetes-sigs/descheduler/blob/master/pkg/utils/predicates.go#L48 **What version of descheduler are you using?** descheduler version: 0.28.0 **Does this issue reproduce with...
Allows suppressing annotations and labels in the diff output. Fixes #390. Useful to ignore changes that might not make an helm upgrade worthwhile, such as chart version labels. Also allows...
I don't understand how I'm supposed to use the `block_attrs` spec, and there are no examples in the hcldec documentation. If I use the spec file here: ``` object {...
Repoening https://github.com/helm/helm/issues/11001 `helm dep up --skip-refresh` still fails for missing repos even though https://github.com/helm/helm/issues/11369 was resolved. Steps to reproduce: ```shell $ helm create test $ cd test $ cat >...
### Describe the bug It looks like "recording" rules returned by `/api/v1/rules` in vmalert have a blank `state`, `group_name` and `file` fields at the rule level. ``` { "name": "kube-apiserver.rules",...
### Describe Your Changes Adds group_name and file fields for recording rules where they were previously left blank. See issue #7297 ### Checklist The following checks are **mandatory**: - [...