You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When started with --kube-proxy-arg=proxy-mode=nftables, kube-proxy will look for the nft binary. If it is not found, kube-proxy will exit and k3s will fail to start:
ERRO[0003] kube-proxy exited: unable to create proxier: unable to create ipv4 proxier: could not find nftables binary: exec: "nft": executable file not found in $PATH
We should include nft in the k3s-root bundle, so that this works out of the box.
Note: the kube-proxy docs still don't cover the new mode, ref:
The
NFTablesProxyMode
feature-gate is beta and on by default in Kubernetes v1.31:When started with
--kube-proxy-arg=proxy-mode=nftables
, kube-proxy will look for thenft
binary. If it is not found, kube-proxy will exit and k3s will fail to start:We should include
nft
in the k3s-root bundle, so that this works out of the box.Note: the kube-proxy docs still don't cover the new mode, ref:
The text was updated successfully, but these errors were encountered: