Max Gautier
Max Gautier
Maybe you could add group specific files in that example. For example `supplementary_addresses_in_ssl_keys` should rather go in a `group_vars/kube_control_plane.yml` file rather than all (it's only used in the control-plane role)
You're not wrong, that's enough for "Get started" type of doc. We can always are more advanced examples later on.
the `k8s_cluster` group is used all over the place in plays, not sure how practical it would be to remove it from inventories... Maybe we could compute it at the...
/lifecycle frozen /remove-lifecycle rotten /help /good-first-issue
Yeah and I just saw it's required by kubeadm anyway, so that's the obvious candidate
That would not be breaking per se (meaning it would not break kubespray itself regardless of inventories, since we would get the cri frontend chosen regardless of what was there...
/good-first-issue /help
Go ahead !
Please provide full inventory + ansible output as weel /triage needs-information
See https://github.com/kubernetes-sigs/kubespray/issues/10321#issuecomment-1795304465 The bug is Ansible and was apparently fixed. So if we workaround in kubespray, we should add a note /TODO/FIXME coment to remove that once the password lookup...