This message was deleted.
# k3s
a
This message was deleted.
c
You disabled kube-proxy and then you're getting an error accessing the apiserver in-cluster endpoint because kube-proxy isn't running to set up iptables rules to handle traffic to it.
Why did you disable kube-proxy? If you're trying to use the Cilium kube-proxy replacement you need to do that at deployment time, as a prerequisite for Cilium CNI to function.
r
Ah... that is plenty obvious. But I don't see how I can install Cilium at deployment time. At least there appear to be no mentions on how to do that in the docs. Looking at the blog posts I found dealing with this, I cannot find a mention of that either. (e.g. https://blog.stonegarden.dev/articles/2024/02/bootstrapping-k3s-with-cilium/)
Thank you very much for the hint. I was missing the parameters
k8sServiceHost
and
k8sServicePort
.