Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE (0.28 sec)

  1. releasenotes/notes/37057.yaml

      To change this behavior, system administrators can now use 2 new environment variables
      supported by `istio-iptables` and `istio-clean-iptables` - `ISTIO_OUTBOUND_OWNER_GROUPS`
      and `ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE`.
      
      `ISTIO_OUTBOUND_OWNER_GROUPS` - is a comma separated list of groups whose outgoing traffic
      should be redirected 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)
  2. tools/istio-iptables/pkg/constants/constants.go

    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.`)
    
    	OwnerGroupsExclude = env.Register("ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE", "",
    		`Comma separated list of groups whose outgoing traffic is to be excluded from redirection to Envoy.
    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 Apr 12 01:42:30 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top