- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for redirectMode (0.06 sec)
-
cni/pkg/plugin/sidecar_redirect.go
var valErr error redir := &Redirect{} redir.targetPort = defaultRedirectToPort isFound, redir.redirectMode, valErr = getAnnotationOrDefault("redirectMode", pi.Annotations) if valErr != nil { return nil, fmt.Errorf("annotation value error for value %s; annotationFound = %t: %v", "redirectMode", isFound, valErr) } if pi.ProxyUID != nil && *pi.ProxyUID != 0 {
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/README.md
- "sidecar.istio.io/status" exists ### Redirect API The annotation based control is currently only supported in 'sidecar' mode. See plugin/redirect.go for details. - redirectMode allows TPROXY may to be set, required envoy has extra permissions. Default is redirect. - includeIPCidr, excludeIPCidr - includeInboudPorts, excludeInboundPorts - includeOutboutPorts, excludeOutboundPorts - excludeInterfaces
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 10.5K bytes - Viewed (0)