Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 114 for serviceCluster (0.23 sec)

  1. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/stats_compression_gzip_golden.json

      },
      "layered_runtime": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/stats_inclusion_golden.json

    ":{"binaryPath":"/usr/local/bin/envoy","configPath":"/tmp/bootstrap/stats_inclusion","customConfigFile":"envoy_bootstrap.json","discoveryAddress":"istio-pilot:15010","drainDuration":"2s","extraStatTags":["dlp_success"],"proxyAdminPort":15000,"serviceCluster":"istio-proxy","statusPort":15020},"sidecar.istio.io/extraStatTags":"dlp_status,dlp_error","sidecar.istio.io/statsHistogramBuckets":"{\"istio\":[1,5,10,50,100,500,1000,5000,10000],\"envoy\":[1,5,10,25,50,100,250,500,1000,2500,5000,10000]}","s...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_compression_unknown_golden.json

      },
      "layered_runtime": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

      },
      "layered_runtime": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  6. manifests/charts/istio-control/istio-discovery/files/waypoint.yaml

            args:
            - proxy
            - waypoint
            - --domain
            - $(POD_NAMESPACE).svc.{{ .Values.global.proxy.clusterDomain }}
            - --serviceCluster
            - {{.ServiceAccount}}.$(POD_NAMESPACE)
            - --proxyLogLevel
            - {{ annotation .ObjectMeta `sidecar.istio.io/logLevel` .Values.global.proxy.logLevel | quote}}
            - --proxyComponentLogLevel
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. pkg/config/validation/agent/validation_test.go

    		DiscoveryAddress:       "istio-pilot.istio-system:15010",
    		ProxyAdminPort:         15000,
    		DrainDuration:          durationpb.New(45 * time.Second),
    		ClusterName:            &meshconfig.ProxyConfig_ServiceCluster{ServiceCluster: "istio-proxy"},
    		StatsdUdpAddress:       "istio-statsd-prom-bridge.istio-system:9125",
    		EnvoyMetricsService:    &meshconfig.RemoteService{Address: "metrics-service.istio-system:15000"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

      },
      "layered_runtime": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. pkg/config/mesh/mesh.go

    	// TODO: set default namespace based on POD_NAMESPACE env
    	return &meshconfig.ProxyConfig{
    		ConfigPath:               constants.ConfigPathDir,
    		ClusterName:              &meshconfig.ProxyConfig_ServiceCluster{ServiceCluster: constants.ServiceClusterName},
    		DrainDuration:            durationpb.New(45 * time.Second),
    		TerminationDrainDuration: durationpb.New(5 * time.Second),
    		ProxyAdminPort:           15000,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. pkg/bootstrap/config.go

    }
    
    func getServiceCluster(metadata *model.BootstrapNodeMetadata) string {
    	switch name := metadata.ProxyConfig.ClusterName.(type) {
    	case *meshAPI.ProxyConfig_ServiceCluster:
    		return serviceClusterOrDefault(name.ServiceCluster, metadata)
    
    	case *meshAPI.ProxyConfig_TracingServiceName_:
    		workloadName := metadata.WorkloadName
    		if workloadName == "" {
    			workloadName = "istio-proxy"
    		}
    
    		switch name.TracingServiceName {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top