Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createAndLinkKubeChain (0.24 sec)

  1. pkg/proxy/ipvs/proxier.go

    				"-m", "set", "--match-set", proxier.ipsetList[set].Name, matchType,
    				"-j", "ACCEPT",
    			)
    		}
    	}
    }
    
    // createAndLinkKubeChain create all kube chains that ipvs proxier need and write basic link.
    func (proxier *Proxier) createAndLinkKubeChain() {
    	for _, ch := range iptablesChains {
    		if _, err := proxier.iptables.EnsureChain(ch.table, ch.chain); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top