Cyril Jouve
Cyril Jouve
**What happened?** when using network policies, I noticed kubernetes dashboard was not showing metrics anymore. This is caused by traffic being rejected from prometheus-adapter to prometheus-k8s. this is confimed by...
**Issue** the `home` value in `pyvenv.cfg` is inconsistent when generated by `venv` and `virtualenv` : ```console $ python3.10 -m venv venv $ grep home venv/pyvenv.cfg home = /usr/bin ``` vs...
**Rancher Server Setup** - Rancher version: 2.6.2 - Installation option (Docker install/Helm Chart): - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): Provider: RKE2 - Proxy/Cert...
Signed-off-by: Cyril Jouve **What this PR does / why we need it**: non-regression for #11385 validate upgrade output with --output json & oci:// **Special notes for your reviewer**: **If applicable**:...
As I'm using litmus in an airgapped environment, it is not able to reach github.com, so I see errors in the UI related to this. I would like to either:...
This is a feature idea. Similar to #1036, but instead of hiding the processes, I'd prefer to have them "shadowed". It would be similar to current option "Shadow other users'...
## Description _Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a...
**What this PR does / why we need it**: use .helmignore when identifying changed charts. The use of .helmignore is disabled by default (current behaviour) and enabled with `--use-helmignore` **Which...
implementation of #455 if a probe port is a string and the string is not of number (like `"1234"` ) and the string is not in the container ports (ie....