Mario Manno

Results 90 issues of Mario Manno

Fleet provisioning tests in rancher are not executed. A first attempt at fixing them didn't succeed and the existing PR is outdated. Fleet tests are enabled again and run in...

Generated API docs could replace doc pages like https://fleet.rancher.io/ref-fleet-yaml#reference and https://fleet.rancher.io/ref-gitrepo

kind/docs

Fleet supports rollout options. We don't exercise them in tests, yet. The existing documentation https://fleet.rancher.io/ref-fleet-yaml mentions several options. How would an example for canary deployments look like? Can we also...

area/testing
area/rollout

We added extraEnv to enable experimental features. We want to gather feedback on these features, before we continue. We should document: * how to use extraEnv, in Rancher too *...

kind/docs

> Role bindings can link cluster roles, but they only grant access to the namespace of the role binding. (https://octopus.com/blog/k8s-rbac-roles-and-bindings) This reduces the dynamically created roles. It should result in...

https://github.com/rancher/rancher-docs/blob/main/.github/workflows/vale.yml

kind/chore

Rancher could be (nightly, rc, release). ## How to install Rancher with our fleet build? * switching the rancher-charts **branch** with a helm value at installation time * we'd need...

kind/chore
area/testing
area/ci

Refers to https://github.com/rancher/fleet/issues/2870

Currently the agent needs to update the bundledeployment to trigger drift detection and correction. To reduce the number of events this event, sent from the "driftdetect" mini-controller to the controller-runtime...

Currently it's possible to configure the maximum number of reconciles (workers) for some controllers. It should also be possible to configure it for these controller: * the agent * imagescan...

area/performance