Max Gautier
Max Gautier
### What would you like to be added The argocd version deployed by kubespray is outdated and not maintained (https://endoflife.date/argo-cd) We should deprecate and then remove it, unless someone steps...
kube-proxy ipvs mode is likely to be deprecated soon : https://github.com/kubernetes/kubernetes/issues/135230#issuecomment-3539744807 We'll need some testing to ensure the compatibility with the various CNI, and also regarding potential upgrade problems ?...
### What would you like to be added - Automate building and pushing of images used by kubevirt CI based on https://github.com/kubernetes-sigs/kubespray/blob/master/test-infra/image-builder/roles/kubevirt-images/defaults/main.yml - This should be a post-merge job, and...
/kind feature Change all CI jobs to build the collection and then run it. We could also have a separate job passing the built artifact in order to jobs to...
/kind feature We need to publish somewhere a collection artifacts for our releases. This should be automated as much as possible, given the already manual release process. Possible automation source:...
### What would you like to be added In our CI we do some basics tests of the cluster after a kubespray runs, to validate we did built it correctly....
### What would you like to be added Explore ways to improve visibility on CI failure, which can be opaque when they're not direct Ansible errors (for instances, k8s-apiserver failing,...
### What would you like to be added migrate our "platforms" in molecule.yml files to https://docs.ansible.com/projects/molecule/examples/ansible_native_inventory/#best-practices ### Why is this needed This would help sharing inventory between molecules roles, (because...
### Summary The kubespray project use Ansible to install and upgrade Kubernetes cluster. Currently, we do graceful upgrade of the worker nodes by batch (using `serial`), (with a size which...
The field was introduced in #5630 but not documented.