Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 791 for redirection (0.15 sec)

  1. cni/pkg/util/podutil.go

    		// Pod explicitly asked to not have ambient redirection enabled
    		return false
    	}
    	return true
    }
    
    // PodRedirectionActive reports on whether the pod _has_ actually been configured for traffic redirection.
    //
    // That is, have we annotated it after successfully sending it to the node proxy and set up iptables rules.
    //
    // If you just want to know if the pod _should be_ configured for traffic redirection, see PodRedirectionEnabled
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 17:18:11 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/cmd/root.go

    		&cfg.InboundTunnelPort)
    
    	flag.BindEnv(fs, constants.ProxyUID, "u",
    		"Specify the UID of the user for which the redirection is not applied. Typically, this is the UID of the proxy container.",
    		&cfg.ProxyUID)
    
    	flag.BindEnv(fs, constants.ProxyGID, "g",
    		"Specify the GID of the user for which the redirection is not applied (same default value as -u param).",
    		&cfg.ProxyGID)
    
    	flag.BindEnv(fs, constants.InboundInterceptionMode, "m",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 17:36:41 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. hack/README.md

    For details, refer to the following guidelines.
    
    ## Key scripts
    
    * [`verify-all.sh`](verify-all.sh): This script is a vestigial redirection, Please do not add "real" logic. It is equivalent to `make verify`.
    * [`update-all.sh`](update-all.sh): This script is a vestigial redirection, Please do not add "real" logic. 
    The `true` target of this makerule is `hack/make-rules/update.sh`.It is equivalent to `make update`.
    
    ## Attention
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 16 02:12:18 UTC 2020
    - 1K bytes
    - Viewed (0)
  4. releasenotes/notes/cncf-ebpf-enable.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 47257
    releaseNotes:
      - |
        **Added** eBPF redirection support for ambient after CNCF established guidance around dual-licensed eBPF bytecode.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 22:35:41 UTC 2023
    - 292 bytes
    - Viewed (0)
  5. releasenotes/notes/37057.yaml

      A group can be specified either by name or by a numeric GID.
      The wildcard character `*` can be used to configure redirection of traffic from all groups
       (default).
    
      `ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE` - is a comma separated list of groups whose outgoing
      traffic should be excluded from redirection to Envoy (sidecar).
      A group can be specified either by name or by a numeric GID.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 15:43:38 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  6. tools/packaging/common/sidecar.env

    # root or netadmin capability. The debian file creates user istio.
    # ENVOY_USER=istio-proxy
    
    # Uncomment to enable debugging
    # ISTIO_AGENT_FLAGS="--proxyLogLevel debug"
    
    # Directory for stdout redirection. The redirection is required because envoy attempts to open
    # /dev/stdout - must be a real file. Will be used for access logs. Additional config for logsaver
    # needs to be made, envoy reopens the file on SIGUSR1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 18:02:42 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  7. releasenotes/notes/50804.yaml

    issue:
      - 50736
    releaseNotes:
    - |
      **Added** Allow pods to be opted out of ambient capture using the `istio.io/dataplane-mode=none` label.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 387 bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/DefaultUrlArtifactRepository.java

                .create(
                    uri,
                    allowInsecureProtocol,
                    this::throwExceptionDueToInsecureProtocol,
                    redirection -> throwExceptionDueToInsecureRedirect(uri, redirection)
                );
        }
    
        public static class Factory {
            private final FileResolver fileResolver;
    
            @Inject
            public Factory(FileResolver fileResolver) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. releasenotes/notes/48253.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 48212
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 20:34:28 UTC 2024
    - 207 bytes
    - Viewed (0)
  10. tools/istio-clean-iptables/pkg/cmd/root.go

    		&cfg.DryRun)
    
    	flag.BindEnv(fs, constants.ProxyUID, "u",
    		"Specify the UID of the user for which the redirection is not applied. Typically, this is the UID of the proxy container.",
    		&cfg.ProxyUID)
    
    	flag.BindEnv(fs, constants.ProxyGID, "g",
    		"Specify the GID of the user for which the redirection is not applied (same default value as -u param).",
    		&cfg.ProxyGID)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top