Mario Manno

Results 90 issues of Mario Manno

Noticed this during my last scaling experiment. When a single content resource is shared by a large number of bundledeployments (e.g., thousands), the bundle reconciler runs into a race condition...

kind/bug
area/scalability

**Goal:** To empower users with a command-line interface for managing Fleet, enhance automation capabilities and accelerate troubleshooting. ### 1\. Seamless Cluster Lifecycle Management **As a** Platform Administrator, **I want to**...

kind/enhancement
kind/epic

The fleet agent installation/update gets stuck. This happened when the server was under heavy load. Workaround: Delete the agent's helm secrets and restart it or force redeploy it. ``` {"level":"info","ts":"2025-09-16T14:04:31Z","logger":"bundledeployment.helm-deployer.install","msg":"Installing...

kind/bug
area/scalability

**As an** On-call Engineer or Developer, **I want to** run a comprehensive diagnostic CLI command that helps troubleshoot common issues and generate information for support tickets. First and foremost, the...

kind/enhancement
kind/chore
area/cli

As a Platform Operator, I want securely deploy Helm charts to downstream clusters with no direct internet access. ### Acceptance Criteria: * A new mode is introduced in the `HelmOps`...

kind/enhancement
area/ui
area/helmops
area/airgap

When I update a deployed configmap to a null value, like in https://github.com/manno/fleet-experiments/commit/fc3aeda78304e0d08398e538da6ae23c618ef115, the bundle is shown as modified. (`.Values.extra` is not set) The bundle was ready before, but now...

kind/bug
area/drift

I observed this error when some agents would not start properly. The cluster namespace was set on the Cluster resource, but the namespace did not exist. The effect is that...

kind/bug
area/cluster-registration

* scaffold git repo content with fleet.yaml (* scaffold a GitRepo resource yaml)

kind/enhancement
area/cli

Since helm values are written to a secret now, for every BundleDeployment, the benchmark should test this. * add version to benchmark results * add/modify experiment to deploy a helm...

area/performance

* Include common scenarios, gitrepo problems, cluster problems * Include links to source code

area/documentation