Florent Monbillard

Results 25 comments of Florent Monbillard

I agree it's a nice feature _if_ something goes wrong but it would be neat to just delete it if all tests pass successfully. It's not really a big deal,...

Yeah you are right, it would be only useful if you use `--fail-fast` option when running rspec. I don't know if that should be the default behaviour or not for...

> [RELEASE.md](https://github.com/kubernetes-sigs/kubespray/blob/master/RELEASE.md) says: > > > Kubespray doesn't follow semver. [...] Breaking changes, if any introduced by changed defaults or non-contrib ansible roles' playbooks, shall be described in the release...

``` etcd_kubeadm_enabled: false ``` What about etcd? Should we change that default to true? It makes etcd upgrades impossible outside of kubernetes upgrades, kubeadm still doesn't support upgrading etcd without...

- Add CI job to test scale playbook

> Flip default of var kubeadm_control_plane to true and remove "experimental" from code? That's actually what I was referring to with "Drop non-kubeadm deployment" but I mixed two different use...

> Personally I'd like to drop a few features that are relatively exotic or easy to work around/implement yourself such as downloading binaries and rsync'ing them around instead of just...

The more I think about it, the more I'm convinced kubespray should only provision kubernetes clusters on top of kubeadm, so we should only support the following 2 use cases...

I can give a hand on cilium as I'm planning to experiment with it in the foreseeable future.

@Miouge1 : I can also look at CentOS related stuff and download role (air-gap use case)