Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 186 for 15008 (0.73 sec)

  1. tools/istio-iptables/pkg/capture/run_test.go

    	dep "istio.io/istio/tools/istio-iptables/pkg/dependencies"
    )
    
    func constructTestConfig() *config.Config {
    	return &config.Config{
    		ProxyPort:               "15001",
    		InboundCapturePort:      "15006",
    		InboundTunnelPort:       "15008",
    		ProxyUID:                constants.DefaultProxyUID,
    		ProxyGID:                constants.DefaultProxyUID,
    		InboundTProxyMark:       "1337",
    		InboundTProxyRouteTable: "133",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/config/config.go

    	"istio.io/istio/tools/istio-iptables/pkg/constants"
    )
    
    func DefaultConfig() *Config {
    	return &Config{
    		RestoreFormat:           true,
    		ProxyPort:               "15001",
    		InboundCapturePort:      "15006",
    		InboundTunnelPort:       "15008",
    		InboundTProxyMark:       "1337",
    		InboundTProxyRouteTable: "133",
    		IptablesProbePort:       constants.DefaultIptablesProbePortUint,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/helpers.go

    				// probably use from Cidr instead?
    				Address: a.toNetworkAddressFromIP(w.Addresses[0]),
    			},
    			// TODO: look up the HBONE port instead of hardcoding it
    			HboneMtlsPort: 15008,
    		}
    	}
    	return nil
    }
    
    func (a *index) toNetworkAddress(vip string) (*workloadapi.NetworkAddress, error) {
    	ip, err := netip.ParseAddr(vip)
    	if err != nil {
    		return nil, fmt.Errorf("parse %v: %v", vip, err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 22 20:35:23 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/deferred_cluster_creation.proxycfg

    statsd_udp_address:               "10.1.1.1:9125"
    envoy_metrics_service:            {address: "metrics-service:15000", tls_settings: { mode: MUTUAL, client_certificate: "/etc/istio/ms/client.pem", private_key: "/etc/istio/ms/key.pem", ca_certificates: "/etc/istio/ms/ca.pem"}}
    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 864 bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/all.proxycfg

    statsd_udp_address:               "10.1.1.1:9125"
    envoy_metrics_service:            {address: "metrics-service:15000", tls_settings: { mode: MUTUAL, client_certificate: "/etc/istio/ms/client.pem", private_key: "/etc/istio/ms/key.pem", ca_certificates: "/etc/istio/ms/ca.pem"}}
    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 21 02:18:20 UTC 2022
    - 864 bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/stats_compression_brotli.proxycfg

    statsd_udp_address:               "10.1.1.1:9125"
    envoy_metrics_service:            {address: "metrics-service:15000", tls_settings: { mode: MUTUAL, client_certificate: "/etc/istio/ms/client.pem", private_key: "/etc/istio/ms/key.pem", ca_certificates: "/etc/istio/ms/ca.pem"}}
    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/stats_compression_unknown.proxycfg

    statsd_udp_address:               "10.1.1.1:9125"
    envoy_metrics_service:            {address: "metrics-service:15000", tls_settings: { mode: MUTUAL, client_certificate: "/etc/istio/ms/client.pem", private_key: "/etc/istio/ms/key.pem", ca_certificates: "/etc/istio/ms/ca.pem"}}
    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/stats_compression_gzip.proxycfg

    statsd_udp_address:               "10.1.1.1:9125"
    envoy_metrics_service:            {address: "metrics-service:15000", tls_settings: { mode: MUTUAL, client_certificate: "/etc/istio/ms/client.pem", private_key: "/etc/istio/ms/key.pem", ca_certificates: "/etc/istio/ms/ca.pem"}}
    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/stats_compression_zstd.proxycfg

    statsd_udp_address:               "10.1.1.1:9125"
    envoy_metrics_service:            {address: "metrics-service:15000", tls_settings: { mode: MUTUAL, client_certificate: "/etc/istio/ms/client.pem", private_key: "/etc/istio/ms/key.pem", ca_certificates: "/etc/istio/ms/ca.pem"}}
    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  10. istioctl/pkg/kubeinject/testdata/mesh-config.yaml

      # You can exec into the istio-proxy container in a pod and
      # curl the admin port (curl http://localhost:15000/) to obtain
      # diagnostic information from Envoy. See
      # https://lyft.github.io/envoy/docs/operations/admin.html
      # for more details
      proxyAdminPort: 15000
      #
      # Zipkin trace collector
      zipkinAddress: ""
      #
      # Statsd metrics collector converts statsd metrics into Prometheus metrics.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top