Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 377 for cluster0 (0.15 sec)

  1. manifests/addons/dashboards/lib/variables.libsonnet

          'namespace',
          'process_cpu_seconds_total{cluster=~"$%s"}' % self.cluster.name,
        )
        + var.query.withRefresh('time'),
    
      job:
        var.query.new('job')
        + var.query.withDatasourceFromVariable(self.datasource)
        + var.query.queryTypes.withLabelValues(
          'job',
          'process_cpu_seconds_total{cluster=~"$%s", namespace=~"$%s"}'
          % [
            self.cluster.name,
            self.namespace.name,
          ],
        )
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. pkg/test/framework/components/cluster/kube/factory.go

    	"k8s.io/client-go/rest"
    
    	istioKube "istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/test/framework/components/cluster"
    	"istio.io/istio/pkg/test/util/file"
    )
    
    const (
    	kubeconfigMetaKey = "kubeconfig"
    	vmSupportMetaKey  = "fakeVM"
    )
    
    func BuildKube(origCfg cluster.Config, topology cluster.Topology) (cluster.Cluster, error) {
    	cfg, err := validConfig(origCfg)
    	if err != nil {
    		return nil, err
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/xla_broadcast.cc

    // `cluster`.
    LogicalResult MoveAllBroadcastsToCluster(ClusterOp cluster,
                                             ReplicateOp replicate,
                                             mlir::ModuleOp module) {
      // TODO(b/325153657): Fix tpu_rewrite_pass so the parallel_execute case does
      //                    not need to be skipped.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 18:52:07 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. build/dependencies.yaml

      # CNI plugins
      - name: "cni"
        version: 1.5.0
        refPaths:
        - path: cluster/gce/config-common.sh
          match: WINDOWS_CNI_VERSION=
        - path: cluster/gce/gci/configure.sh
          match: DEFAULT_CNI_VERSION=
        - path: test/e2e_node/remote/utils.go
          match: cniVersion[\t\n\f\r ]*=
        - path: hack/local-up-cluster.sh
          match: CNI_PLUGINS_VERSION=
    
      # CoreDNS
      - name: "coredns-kube-up"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/list.md

    | `minio_cluster_usage_object_total`           | Total number of objects in a cluster                           |
    | `minio_cluster_usage_total_bytes`            | Total cluster usage in bytes                                   |
    | `minio_cluster_usage_version_total`          | Total number of versions (includes delete marker) in a cluster |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceregistry_test.go

    		expectEndpoints(t, s, "outbound|80||service.namespace.svc.cluster.local", []string{"2.3.4.5:80"}, nil)
    
    		newSvc := service.DeepCopy()
    		newSvc.Spec.Ports[0].Port = 8080
    		makeService(t, s.KubeClient().Kube(), newSvc)
    		expectEndpoints(t, s, "outbound|80||service.namespace.svc.cluster.local", nil, nil)
    		expectEndpoints(t, s, "outbound|8080||service.namespace.svc.cluster.local", []string{"2.3.4.5:8080"}, nil)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. docs/metrics/v3.md

    ### Cluster metrics
    
    These present metrics about the whole MinIO cluster.
    
    | Path                     | Description                 |
    |--------------------------|-----------------------------|
    | `/cluster/health`        | Cluster health metrics      |
    | `/cluster/usage/objects` | Object statistics           |
    | `/cluster/usage/buckets` | Object statistics by bucket |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/tracing.go

    	}
    	meshID := metadata.MeshID
    	if meshID == "" {
    		meshID = "unknown"
    	}
    	namespace := metadata.Namespace
    	if namespace == "" {
    		namespace = "default"
    	}
    	clusterID := string(metadata.ClusterID)
    	if clusterID == "" {
    		clusterID = "unknown"
    	}
    	return []*tracing.CustomTag{
    		{
    			Tag: "istio.canonical_revision",
    			Type: &tracing.CustomTag_Literal_{
    				Literal: &tracing.CustomTag_Literal{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // Required.
      // +listType=atomic
      repeated string resources = 3;
    
      // scope specifies the scope of this rule.
      // Valid values are "Cluster", "Namespaced", and "*"
      // "Cluster" means that only cluster-scoped resources will match this rule.
      // Namespace API objects are cluster-scoped.
      // "Namespaced" means that only namespaced resources will match this rule.
      // "*" means that there are no scope restrictions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. security/pkg/server/ca/authenticate/kubeauth/kube_jwt_test.go

    		},
    		"not found remote cluster results in error": {
    			remoteCluster: false,
    			token:         "bearer-token",
    			metadata: metadata.MD{
    				"clusterid": []string{"non-exist"},
    				"authorization": []string{
    					"Basic callername",
    				},
    			},
    			expectedErrMsg: "could not get cluster non-exist's kube client",
    		},
    	}
    
    	for id, tc := range testCases {
    		t.Run(id, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top