Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 87 for cluster_1 (0.14 sec)

  1. pilot/test/xds/fake.go

    	DefaultClusterName cluster.ID
    	// If provided, the minor version will be overridden for calls to GetKubernetesVersion to 1.minor
    	KubernetesVersion string
    	// If provided, a service registry with the name of each map key will be created with the given objects.
    	KubernetesObjectsByCluster map[cluster.ID][]runtime.Object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  2. pilot/pkg/features/pilot.go

    			"in the cluster metadata for those endpoints.").Get()
    
    	LocalClusterSecretWatcher = env.Register("LOCAL_CLUSTER_SECRET_WATCHER", false,
    		"If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster").Get()
    
    	InformerWatchNamespace = env.Register("ISTIO_WATCH_NAMESPACE", "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //     used for this cluster's keys and certificates. Can be one of "RSA-2048" (default), "RSA-3072", "RSA-4096" or "ECDSA-P256".
    //   - Add `ClusterConfiguration.DNS.Disabled` and `ClusterConfiguration.Proxy.Disabled` that can be used to disable
    //     the CoreDNS and kube-proxy addons during cluster initialization. Skipping the related addons phases,
    //     during cluster creation will set the same fields to `false`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. hack/ginkgo-e2e.sh

          cc="${KUBE_CONTEXT}"
        fi
        local cluster
        cluster=$("${KUBE_ROOT}/cluster/kubectl.sh" config view -o jsonpath="{.contexts[?(@.name == \"${cc}\")].context.cluster}")
        KUBE_MASTER_URL=$("${KUBE_ROOT}/cluster/kubectl.sh" config view -o jsonpath="{.clusters[?(@.name == \"${cluster}\")].cluster.server}")
    }
    
    # ---- Do cloud-provider-specific setup
    if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. pkg/kube/inject/inject_test.go

    	}{
    		{
    			args: args{
    				container: &corev1.Container{},
    				newKVs:    parseInjectEnvs("/inject/net/network1/cluster/cluster1"),
    			},
    			want: &corev1.Container{
    				Env: []corev1.EnvVar{
    					{
    						Name:  "ISTIO_META_CLUSTER_ID",
    						Value: "cluster1",
    					},
    					{
    						Name:  "ISTIO_META_NETWORK",
    						Value: "network1",
    					},
    				},
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  6. cni/README.md

    to view the last 1000 `kubelet` logs via the `less` utility to allow for `vi`-style searching:
    
    ```console
    $ journalctl -t kubelet -n 1000 | less
    ```
    
    #### GKE via Stackdriver Log Viewer
    
    Each GKE cluster's will have many categories of logs collected by Stackdriver.  Logs can be monitored via
    the project's [log viewer](https://cloud.google.com/logging/docs/view/overview) and/or the `gcloud logging read`
    capability.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/aggregate/controller.go

    	clusterID := srcRegistry.Cluster()
    	if len(dst.ClusterVIPs.GetAddressesFor(clusterID)) == 0 {
    		newAddresses := src.ClusterVIPs.GetAddressesFor(clusterID)
    		dst.ClusterVIPs.SetAddressesFor(clusterID, newAddresses)
    	}
    }
    
    // NetworkGateways merges the service-based cross-network gateways from each registry.
    func (c *Controller) NetworkGateways() []model.NetworkGateway {
    	var gws []model.NetworkGateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  8. samples/addons/prometheus.yaml

          protocol: TCP
          targetPort: 9090
      selector:
        app.kubernetes.io/component: server
        app.kubernetes.io/name: prometheus
        app.kubernetes.io/instance: prometheus
      sessionAffinity: None
      type: "ClusterIP"
    ---
    # Source: prometheus/templates/deploy.yaml
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      labels:
        app.kubernetes.io/component: server
        app.kubernetes.io/name: prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    type ServiceType string
    
    const (
    	// ServiceTypeClusterIP means a service will only be accessible inside the
    	// cluster, via the ClusterIP.
    	ServiceTypeClusterIP ServiceType = "ClusterIP"
    
    	// ServiceTypeNodePort means a service will be exposed on one port of
    	// every node, in addition to 'ClusterIP' type.
    	ServiceTypeNodePort ServiceType = "NodePort"
    
    	// ServiceTypeLoadBalancer means a service will be exposed via an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. pkg/model/proxy.go

    	HTTPProxyPort string `json:"HTTP_PROXY_PORT,omitempty"`
    
    	// MeshID specifies the mesh ID environment variable.
    	MeshID string `json:"MESH_ID,omitempty"`
    
    	// ClusterID defines the cluster the node belongs to.
    	ClusterID cluster.ID `json:"CLUSTER_ID,omitempty"`
    
    	// Network defines the network the node belongs to. It is an optional metadata,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top