Alejandro Ruiz
Alejandro Ruiz
#2314 brought support for selecting a container based on the service name when using docker-compose (thanks 🙌 !). However, the value it expects contains the "container number" (e.g. `service_1`), instead...
I'm using Tekton and I believe I've found a bug in this library, since it's used for sending [CloudEvents based on Kubernetes events](https://github.com/tektoncd/pipeline/blob/1f5980f8c8a05b106687cfa3e5b3193c213cb66e/pkg/reconciler/events/cloudevent/cloud_event_controller.go#L144). By default, it uses the ExponentialBackoff retry...
# Expected Behavior Consecutive steps can consistently access previous steps' result by using `$(steps.step-mystep.exitCode.path)`. # Actual Behavior I've observed some cases in which a second step of the same `TaskRun`...
## Issue: https://github.com/rancher/rancher/issues/45075 ## Problem We normally use this graph when troubleshooting Rancher performance problems, and I recurrently find it annoying having to visually compare existing Add/Removed graphs to figure...
### Internal reference: [SURE-7356](https://jira.suse.com/browse/SURE-7356) **Rancher Server Setup** - Rancher version: 2.7.9 - Installation option (Docker install/Helm Chart): Helm Chart - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s,...
## Issue: https://github.com/rancher/rancher/issues/41905 ### TO-DO - [ ] If https://github.com/rancher/lasso/pull/69 and https://github.com/rancher/norman/pull/496 get approved and merged, use it in `pkg/metrics`. ## General Problem Currently we are caching many objects for...
## Issue: #46860 ## Problem This API endpoint is internal and not documented. Instead of fixing it (see issue description), let's just drop it. ## Solution Remove `/metrics/{clusterID}` handling, while...
## Issue: #46827 ## Problem This component is only used for getting a count of certain kinds in the downstream (or local) cluster. However, since it uses `Controller().Lister()` constructs, those...
**Is your feature request related to a problem? Please describe.** While working on #41905, I discovered this endpoint used any caches available to populate those figures, often leading to unrealistic...
backport #42904 This is specifically about backporting https://github.com/rancher/rancher/pull/42924 to `release/v2.8`