kURL icon indicating copy to clipboard operation
kURL copied to clipboard

Allow use of kube-proxy in iptables mode

Open DeathRabbit679 opened this issue 4 years ago • 1 comments

Was trying to use submariner to tie to kurl generated clusters together, needed a way to fall back to iptables mode instead of ipvs, but it looks like that is not currently possible. Would be a convenient thing to be able to configure in the kubernetes spec like

spec: 
  kubernetes: 
    version: "latest"
    kube-proxy-mode: "iptables"

DeathRabbit679 avatar Aug 03 '21 19:08 DeathRabbit679

Thanks for filing this suggestion @DeathRabbit679 . Are you interested in creating a pull request to add this feature?

kwsorensen avatar Aug 16 '21 21:08 kwsorensen

Hi @DeathRabbit679,

I could find in the docs the option : https://kurl.sh/docs/add-ons/iptables#advanced-install-options

So I am closing this one, however, if you think that your request was still not addressed then please feel free to re-open this one.

camilamacedo86 avatar Dec 21 '22 07:12 camilamacedo86