Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LB2 (0.14 sec)

  1. pkg/proxy/nftables/proxier_test.go

    		},
    		{
    			name:     "blocked external to LB2",
    			sourceIP: testExternalClientBlocked,
    			destIP:   svcLBIP2,
    			destPort: svcPort,
    			output:   "DROP",
    		},
    		{
    			name:     "pod to LB1 (blocked by LoadBalancerSourceRanges)",
    			sourceIP: "10.0.0.2",
    			destIP:   svcLBIP1,
    			destPort: svcPort,
    			output:   "DROP",
    		},
    		{
    			name:     "pod to LB2 (blocked by LoadBalancerSourceRanges)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    		{
    			name:     "blocked external to LB2",
    			sourceIP: testExternalClientBlocked,
    			destIP:   svcLBIP2,
    			destPort: svcPort,
    			output:   "DROP",
    		},
    		{
    			name:     "pod to LB1 (blocked by LoadBalancerSourceRanges)",
    			sourceIP: "10.0.0.2",
    			destIP:   svcLBIP1,
    			destPort: svcPort,
    			output:   "DROP",
    		},
    		{
    			name:     "pod to LB2 (blocked by LoadBalancerSourceRanges)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top