Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new Calico images using ipset 7.17
On kernels >= 6.2, there's a new bitmask parameter for ipset. Newer ipset versions support and use that, leading to the effect that older ipset versions won't be able to cope with that. The error message is: Kernel and userspace incompatible: settype hash:ip with revision 6 not supported by userspace. K0s's current kube-proxy image ships ipset v7.17, whereas K0s's current calico-node image ships ipset v7.15. That fails on newer kernels, if kube-proxy uses IPVS. Fix this by updating to new Calico images that ship v7.17, too. See: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e9374524950512a1769f610a868fcdf89ea59b8e Signed-off-by: Tom Wieczorek <[email protected]>
- Loading branch information