Antonio Alonso Alarcon

Results 10 issues of Antonio Alonso Alarcon

## Describe the feature In my company we have been evaluating several cloud native "progressive delivery" technologies and Flagger is the resulting winner (so many good things in flagger thanks...

Flux2 documentation on [HelmRelease dependencies](https://fluxcd.io/docs/components/helm/helmreleases/#helmrelease-dependencies) clearly states it does not account for upgrade ordering, explaining the reason for that: ``Note that this does not account for upgrade ordering. Kubernetes only...

This a great document (thanks for it). It could be improved if solving some wrong usage of these terms (CRD, Custom Resource, Custom Resource Instance/object). Some examples: - (from [https://github.com/cncf/tag-app-delivery/blob/master/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md#custom-resources-and-custom-resource-definitions](https://github.com/cncf/tag-app-delivery/blob/master/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md#custom-resources-and-custom-resource-definitions)):...

question

In [https://helm.sh/docs/chart_best_practices/custom_resource_definitions/](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/) is explained the Helm3 native support for CRDs handling and the limitation with upgrade/delete. Method 2 (based on packaging the CRD manifests in a separate Helm chart): [https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#method-2-separate-charts](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#method-2-separate-charts)...

Even when a chart designer/maintainer has decided to include a ``values.schema.json`` file in the Helm chart he/she releases it could be that the user of that chart (using it directly...

help wanted
feature
in progress
good first issue

I think it would be good to add, to the **Leader election** section, the use-case about running several instance of the custom controller workload/pod (i.e., only one being 'active') in...

good first issue
help wanted
kind/documentation
lifecycle/stale

[Drift detection chapter](https://fluxcd.io/flux/components/helm/helmreleases/#drift-detection) in Flux HelmRelease documentation currently says: > When .spec.driftDetection.mode is set to warn or enabled, and the desired state of the HelmRelease is in-sync with the Helm...

I think it would be really useful to comment, at the end of the [StatefulSet - Rolling Updates section](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#rolling-updates) that if a pod not-yet-upgraded crashes as the rolling update procedure...

kind/feature
lifecycle/stale
language/en
needs-triage

In section [1.7 Creating a New Package Within Your Home Project](https://openbuildservice.org/help/manuals/obs-user-guide/art-obs-bg#sec-obsbg-uc-newprj), at the end of step 7 (just before step 8) it says: ``` Your project directory should now look...

bug
content
user-guide

In the [Integration with Multus, SRIOV CNI and SRIOV Device Plugin](https://github.com/k8snetworkplumbingwg/bond-cni?tab=readme-ov-file#integration-with-multus-sriov-cni-and-sriov-device-plugin) section, the pod yaml shown in step 3 of the [Steps for Deployment](https://github.com/k8snetworkplumbingwg/bond-cni?tab=readme-ov-file#steps-for-deployment) subsection comes with a mistake when...