Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 133 for IPV4 (0.04 sec)

  1. tools/istio-clean-iptables/pkg/cmd/cleanup.go

    	}
    
    	// Must be last, the others refer to it
    	chains = []string{constants.ISTIOREDIRECT, constants.ISTIOINREDIRECT}
    	flushAndDeleteChains(ext, iptV, constants.NAT, chains)
    }
    
    // cleanupDNSUDP removes any IPv4/v6 UDP rules.
    // TODO BML drop `HandleDSNUDP` and friends, no real need to tread UDP rules specially
    // or create unique abstractions for them
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/deployment/infrastructure-labels-annotations.yaml

            - mountPath: /var/run/secrets/tokens
              name: istio-token
            - mountPath: /etc/istio/pod
              name: istio-podinfo
          securityContext:
            sysctls:
            - name: net.ipv4.ip_unprivileged_port_start
              value: "0"
          serviceAccountName: default-istio
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. pilot/pkg/features/pilot.go

    	// Also see https://github.com/istio/istio/issues/46719 why this flag is required
    	EnableAdditionalIpv4OutboundListenerForIpv6Only = env.RegisterBoolVar("ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS", false,
    		"If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                    - Disabled
                    type: string
                  wireguardEnabled:
                    description: 'WireguardEnabled controls whether Wireguard is enabled
                      for IPv4 (encapsulating IPv4 traffic over an IPv4 underlay network).
                      [Default: false]'
                    type: boolean
                  wireguardEnabledV6:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_test.go

    	}{
    		{
    			name: "internal k8s service with ipv4 & ipv6 endpoint for Kubernetes TCP protocol",
    			instances: []*model.ServiceInstance{
    				buildServiceInstance(svc, "10.10.10.10"),
    				buildServiceInstance(svc, "fd00:10:244:1::11"),
    			},
    			services:    []*model.Service{svc},
    			listenersOn: "0.0.0.0_9999",
    		},
    		{
    			name: "external service with ipv4 & ipv6 endpoints for Kubernetes auto protocol",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  6. tests/integration/ambient/cnirepair/main_test.go

    // here to reuse a single install across tests.
    func TestMain(m *testing.M) {
    	// nolint: staticcheck
    	framework.
    		NewSuite(m).
    		RequireMinVersion(24).
    		Label(label.IPv4). // https://github.com/istio/istio/issues/41008
    		Setup(func(t resource.Context) error {
    			t.Settings().Ambient = true
    			return nil
    		}).
    		Setup(istio.Setup(&i, func(ctx resource.Context, cfg *istio.Config) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Defines which IP family to use for single stack or the order of IP families for dual-stack.
      // Valid list items are "IPv4", "IPv6".
      // More info: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
      repeated string ipFamilies = 29;
    
      // Controls whether Services are configured to use IPv4, IPv6, or both. Valid options
      // are PreferDualStack, RequireDualStack, and SingleStack.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/files/gateway-injection-template.yaml

        {{ end }}
      }
    spec:
      securityContext:
      {{- if .Values.gateways.securityContext }}
        {{- toYaml .Values.gateways.securityContext | nindent 4 }}
      {{- else }}
        sysctls:
        - name: net.ipv4.ip_unprivileged_port_start
          value: "0"
      {{- end }}
      containers:
      - name: istio-proxy
      {{- if contains "/" .Values.global.proxy.image }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/files/gateway-injection-template.yaml

        {{ end }}
      }
    spec:
      securityContext:
      {{- if .Values.gateways.securityContext }}
        {{- toYaml .Values.gateways.securityContext | nindent 4 }}
      {{- else }}
        sysctls:
        - name: net.ipv4.ip_unprivileged_port_start
          value: "0"
      {{- end }}
      containers:
      - name: istio-proxy
      {{- if contains "/" .Values.global.proxy.image }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_builder.go

    	passThroughBindIPs []string              // Passthrough IPs to be used while building clusters.
    	supportsIPv4       bool                  // Whether Proxy IPs has IPv4 address.
    	supportsIPv6       bool                  // Whether Proxy IPs has IPv6 address.
    	sendHbone          bool                  // Does the proxy support HBONE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top