Noel Georgi

Results 115 comments of Noel Georgi

did you first deploy with flannel and then switched to cilium?

also vip is mostly for the kubernetes api server, and cilium might just drop traffic if it doesn;t see it coming from a node ip (just a hunch)

> > did you first deploy with flannel and then switched to cilium? > > Yes, I switched from Flannel to Cilium. If you're live switching CNI's make sure all...

https://github.com/kubeflow-kale/kale/issues/21#issuecomment-582336784 the option is greyed out for me and when the pipeline is run it throws the error for missing Rok url? Which image were you using?

we build `ipmitool` [here](https://github.com/siderolabs/pkgs/tree/master/ipmitool), even if the version is same, it's possible we missed some option.

you'd have to replace the machines, currently only new servers/machines would get the new config

> I don't think this is sufficient to fix #430 - the issue is not only the `tolerations`, but also the `nodeSelector`. The `nodeSelector` should also be switched to `node-role.kubernetes.io/control-plane`....

@kwohlfahrt I have updated the PR and ended up using `nodeAffinity` since it's OR'ed. So this should still work for old k8s. I've also fixed up the helm values file,...

I have tested this in k8s 1.23 and also 1.25 alpha and confirmed that it works on clusters that has the old taints/labels and also on clusters that has the...