Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ISTIO_OUTBOUND_OWNER_GROUPS (0.41 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

    		`IPv4 CIDR range used to identify outbound traffic on loopback interface intended for application container`)
    
    	OwnerGroupsInclude = env.Register("ISTIO_OUTBOUND_OWNER_GROUPS", "*",
    		`Comma separated list of groups whose outgoing traffic is to be redirected 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