Merge pull request #1592 from p-strusiewiczsurmacki-mobica/feat/nftables-vip-address

Added nftables for vip/address.go
This commit is contained in:
Daniel Finneran
2026-07-07 09:08:40 +01:00
committed by GitHub
25 changed files with 1661 additions and 582 deletions

View File

@@ -166,6 +166,8 @@ func init() {
// Configuration file flag
kubeVipCmd.PersistentFlags().StringVar(&initConfig.ConfigFile, "config-file", "", "Path to a JSON/YAML configuration file to load settings from")
kubeVipCmd.PersistentFlags().BoolVar(&initConfig.EgressWithNftables, "egressWithNftables", true, "Use nftables-based egress implementation")
kubeVipCmd.AddCommand(kubeKubeadm)
kubeVipCmd.AddCommand(kubeManifest)
kubeVipCmd.AddCommand(kubeVipManager)