Max Gautier
Max Gautier
Well, kubespray build on top of kubeadm, so that would be a separate part to maintain. > Support for `kube-apiserver` for `dedicated node` for enhance and obtain high performance. Do...
I don't think whether the api-server runs on top of kubelet as a container or directly as a systemd service is particularly impactful (and systemd can run service exactly like...
> But the point what I think is`dedicated node` for `kube-apiserver` that `dedicated node` just have `kube-apiserver` and doesn't have any other workloads excpet `kube-apiserver`. Yeah I get it. But...
Please provide the content of your inventory and the output of the ansible-playbook command (and the exact command used) /triage needs-information
Should we really add more components to Kubespray ? One the thing mentionned in #6400 was about reducing Kubespray scope and maintenance load. NFD has an helm chart right ?
I think there is some addons using helm currently (kubelet_csr_approver ?) optionally. However the helm_apps role has a bad interface (I wrote it T_T) and I plan to rewrite it...
@simon-wessel do you have the logs of the kubeadm invocation ? the `addon/coredns` should be skipped ( see https://github.com/kubernetes-sigs/kubespray/blob/dce68e6839e84a87b642033aa9a2c02fb81d102b/roles/kubespray-defaults/defaults/main/main.yml#L30-L45 ) Do I get your meaning correctly that the error is...
I could not reproduce this on top of master by creating a new cluster then upgrading with `upgrade-cluster.yml` (watching the coredns service with `-w` during the upgrade did not reveal...
> could you share the exacts steps to reproduce this ? (because I haven't been able to reproduce it until now)
You're using a seven nodes etcd cluster which are also the cluster nodes ? Is that intended ?