Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Eintrag (0.22 sec)

  1. CHANGELOG/CHANGELOG-1.20.md

    - Add fine-grained debugging to intra-pod conformance test to troubleshoot networking issues for potentially unhealthy nodes when running conformance or sonobuoy tests. ([#93837](https://github.com/kubernetes/kubernetes/pull/93837), [@jayunit100](https://github.com/jayunit100))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    	if len(tracer.outputs) != 0 {
    		destIP = strings.Split(tracer.outputs[0], ":")[0]
    	}
    
    	// Now the filter rules get run; exactly which ones depend on whether this is an
    	// inbound, outbound, or intra-host packet, which we don't know. So we just run
    	// the interesting tables manually. (Theoretically this could cause conflicts in
    	// the future in which case we'd have to do something more complicated.)
    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