Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 329 for 15008 (0.04 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

              "typed_config": {
               "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
               "stat_prefix": "outbound|15008||httpbin-istio-waypoint.ambient.svc.cluster.local",
               "cluster": "outbound|15008||httpbin-istio-waypoint.ambient.svc.cluster.local"
              }
             }
            ]
           },
           "bind_to_port": false
          },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. pilot/pkg/config/kube/gateway/testdata/deployment/waypoint-no-network-label.yaml

        kind: Gateway
        name: namespace
        uid: ""
    spec:
      ports:
      - appProtocol: tcp
        name: status-port
        port: 15021
        protocol: TCP
      - appProtocol: all
        name: mesh
        port: 15008
        protocol: TCP
      selector:
        gateway.networking.k8s.io/gateway-name: namespace
      type: ClusterIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/deployment/waypoint.yaml

        kind: Gateway
        name: namespace
        uid: ""
    spec:
      ports:
      - appProtocol: tcp
        name: status-port
        port: 15021
        protocol: TCP
      - appProtocol: all
        name: mesh
        port: 15008
        protocol: TCP
      selector:
        gateway.networking.k8s.io/gateway-name: namespace
      type: ClusterIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. pilot/pkg/config/kube/gateway/deploymentcontroller_test.go

    					},
    				},
    				Spec: k8s.GatewaySpec{
    					GatewayClassName: constants.WaypointGatewayClassName,
    					Listeners: []k8s.Listener{{
    						Name:     "mesh",
    						Port:     k8s.PortNumber(15008),
    						Protocol: "ALL",
    					}},
    				},
    			},
    			objects: defaultObjects,
    			values: `global:
      hub: test
      tag: test
      network: network-2`,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  7. 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)
  8. tests/integration/ambient/waypoint_test.go

            from: Same
      # HACK:zTunnel currently expects the HBONE port to always be on the Waypoint's Service 
      # This will be fixed in future PRs to both istio and zTunnel. 
      - name: fake-hbone-port
        port: 15008
        protocol: TCP
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: {{.Service}}-httproute
    spec:
      parentRefs:
      - name: simple-http-waypoint
      hostnames:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/compare/testdata/configdump.json

                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
                      "port_value": 15008
                    }
                  },
                  "filter_chains": [
                    {
                      "filters": [
                        {
                          "name": "envoy.filters.network.http_connection_manager",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
                      "port_value": 15008
                    }
                  },
                  "filter_chains": [
                    {
                      "filters": [
                        {
                          "name": "envoy.filters.network.http_connection_manager",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top