Closed onedr0p closed 9 months ago
Pinging @sholdee as you initially PRed this.
Not sure why the ipv6 test is failing...
LGTM. CI issue with IPv6 appears unrelated.
If that's the case, shouldn't we also clean up the references to apiserver_endpoint
that were in this PR?
If that's the case, shouldn't we also clean up the references to
apiserver_endpoint
that were in this PR?
Kube vip is still needed to provide external access to the Kube API.
Essentially, the worker API server proxies are still dependent on registration with the VIP, so we still need to wait for this connectivity to be established before proceeding.
Thank you both! The ipv6 test has always been kind of flaky, I will revisit this at some point
Proposed Changes
There is no need to use kube-vip LB for this Cilium config, k3s has an API server proxy listening in
127.0.0.1:6444
on all nodes in the cluster. I run with this setup in the https://github.com/onedr0p/cluster-template so just sharing some knowledge to here.Checklist
site.yml
playbookreset.yml
playbook