- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ingressPods (0.14 sec)
-
cni/pkg/iptables/iptables_test.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Oct 15 15:39:28 UTC 2024 - 4.1K bytes - Viewed (0) -
cni/pkg/nodeagent/net.go
// We use the SidecarTrafficExcludeInboundPorts annotation for compatibility (its somewhat widely used) but don't support all values. ingressMode := false if a, f := pod.Annotations[annotation.AmbientBypassInboundCapture.Name]; f { var err error ingressMode, err = strconv.ParseBool(a) if err != nil { log.Warnf("annotation %v=%q found, but only '*' is supported", annotation.AmbientBypassInboundCapture.Name, a)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Oct 21 16:48:55 UTC 2024 - 9.1K bytes - Viewed (0)