Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 312 for clustername (0.14 sec)

  1. pkg/kube/inject/testdata/inputs/hello.yaml.1.values.gen.yaml

        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello.yaml.10.values.gen.yaml

        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/kube.go

    			args.AppendSet("values.pilot.env.EXTERNAL_ISTIOD", "true")
    		}
    
    		// Set the clusterName for the local cluster.
    		// This MUST match the clusterName in the remote secret for this cluster.
    		clusterName := c.Name()
    		if !c.IsConfig() {
    			clusterName = c.ConfigName()
    		}
    		args.AppendSet("values.global.multiCluster.clusterName", clusterName)
    	}
    
    	if err := i.installer.Install(c, args); err != nil {
    		return err
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_inbound.go

    // as a result of a Service, and Sidecar CR, or for the built-in passthrough filter chains.
    type inboundChainConfig struct {
    	// clusterName defines the destination cluster for this chain
    	clusterName string
    	// port defines the port configuration for this chain. Note that there is a Port and TargetPort;
    	// most usages should just use TargetPort. Port is mostly used for legacy compatibility and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. pkg/config/analysis/diag/helper.go

    	_ resource.Reference = &testReference{}
    )
    
    type testOrigin struct {
    	name     string
    	ref      resource.Reference
    	fieldMap map[string]int
    	cluster  cluster.ID
    }
    
    func (o testOrigin) ClusterName() cluster.ID {
    	return o.cluster
    }
    
    func (o testOrigin) FriendlyName() string {
    	return o.name
    }
    
    func (o testOrigin) Comparator() string {
    	return o.name
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. pilot/pkg/model/telemetry_logging_test.go

    	for _, tc := range []struct {
    		name        string
    		logName     string
    		clusterName string
    		hostname    string
    		body        string
    		labels      *structpb.Struct
    		expected    *otelaccesslog.OpenTelemetryAccessLogConfig
    	}{
    		{
    			name:        "default",
    			logName:     OtelEnvoyAccessLogFriendlyName,
    			clusterName: fakeCluster,
    			hostname:    fakeAuthority,
    			body:        EnvoyTextLogFormat,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  7. pilot/pkg/model/telemetry_logging.go

    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    						ClusterName: clusterName,
    						Authority:   hostname,
    					},
    				},
    			},
    			TransportApiVersion:     core.ApiVersion_V3,
    			FilterStateObjectsToLog: envoyWasmStateToLog,
    		},
    		DisableBuiltinLabels: true,
    	}
    
    	if format != "" {
    		cfg.Body = &otlpcommon.AnyValue{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta3/defaults.go

    	}
    
    	if obj.CertificatesDir == "" {
    		obj.CertificatesDir = DefaultCertificatesDir
    	}
    
    	if obj.ImageRepository == "" {
    		obj.ImageRepository = DefaultImageRepository
    	}
    
    	if obj.ClusterName == "" {
    		obj.ClusterName = DefaultClusterName
    	}
    
    	SetDefaults_Etcd(obj)
    	SetDefaults_APIServer(&obj.APIServer)
    }
    
    // SetDefaults_APIServer assigns default values for the API Server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/custom-template.yaml.40.values.gen.yaml

        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. tests/integration/pilot/workloadentry_test.go

      name: se-cross-network-{{.testName}}
      labels:
        app: b
        security.istio.io/tlsMode: istio
        # TODO this should be implicit, but for some reason it isn't for WorkloadEntry
        topology.istio.io/cluster: {{.clusterName}}
    spec:
      address: "{{.address}}"
      network: "{{.network}}"
    {{- if gt .targetPort 0 }}
      ports:
        http: {{ .targetPort }}
    {{- end }}
    `
    
    			testCases := []struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top