- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for kubevirtInterfaces (0.16 sec)
-
cni/pkg/plugin/sidecar_redirect.go
"excludeInterfaces", isFound, valErr) } isFound, redir.kubevirtInterfaces, valErr = getAnnotationOrDefault("kubevirtInterfaces", pi.Annotations) if valErr != nil { return nil, fmt.Errorf("annotation value error for value %s; annotationFound = %t: %v", "kubevirtInterfaces", isFound, valErr) } if v, found := pi.ProxyEnvironments["ISTIO_META_DNS_CAPTURE"]; found {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 10.6K bytes - Viewed (0) -
cni/pkg/plugin/sidecar_iptables_linux.go
cfg.OutboundPortsExclude = rdrct.excludeOutboundPorts cfg.OutboundPortsInclude = rdrct.includeOutboundPorts cfg.OutboundIPRangesExclude = rdrct.excludeIPCidrs cfg.KubeVirtInterfaces = rdrct.kubevirtInterfaces cfg.DryRun = dependencies.DryRunFilePath.Get() != "" cfg.RedirectDNS = rdrct.dnsRedirect cfg.CaptureAllDNS = rdrct.dnsRedirect cfg.DropInvalid = rdrct.invalidDrop cfg.DualStack = rdrct.dualStack
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Jun 29 01:24:47 UTC 2024 - 2.6K bytes - Viewed (0) -
cni/README.md
- includeIPCidr, excludeIPCidr - includeInboudPorts, excludeInboundPorts - includeOutboutPorts, excludeOutboundPorts - excludeInterfaces - kubevirtInterfaces - ISTIO_META_DNS_CAPTURE env variable on the proxy - enables dns redirect - INVALID_DROP env var on proxy - changes behavior from reset to drop in iptables - auto excluded inbound ports: 15020, 15021, 15090
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 10.5K bytes - Viewed (0)