Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/proxy/iptables/proxier_test.go

    		t.Errorf("numComments (%d) != 0 after partial resync when numEndpoints (%d) > threshold (%d)", numComments, expectedEndpoints+3, largeClusterEndpointsThreshold)
    	}
    
    	// Now force a full resync and confirm that it rewrites the older services with
    	// no comments as well.
    	fp.forceSyncProxyRules()
    	expectedEndpoints += 3
    
    	firstEndpoint, numEndpoints, numComments = countEndpointsAndComments(fp.iptablesData.String(), "10.0.0.0")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top