Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for mcsz (0.06 sec)

  1. tools/bug-report/pkg/common/common.go

    			"debug/adsz",
    			"debug/authorizationz",
    			"debug/cachez",
    			"debug/clusterz",
    			"debug/configz",
    			"debug/endpointShardz",
    			"debug/endpointz",
    			"debug/inject",
    			"debug/instancesz",
    			"debug/mcsz",
    			"debug/mesh",
    			"debug/networkz",
    			"debug/push_status",
    			"debug/registryz",
    			"debug/resourcesz",
    			"debug/syncz",
    			"debug/telemetryz",
    			"metrics",
    		},
    		proxyDebugURLs: []string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 30 00:10:16 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/cleanup.go

    	})
    	for _, c := range ctx.Clusters().Primaries() {
    		c := c
    		g.Go(func() error {
    			kube2.DumpDebug(ctx, c, d, "configz", ns)
    			return nil
    		})
    		g.Go(func() error {
    			kube2.DumpDebug(ctx, c, d, "mcsz", ns)
    			return nil
    		})
    		g.Go(func() error {
    			kube2.DumpDebug(ctx, c, d, "clusterz", ns)
    			return nil
    		})
    	}
    	// Dump istio-cni.
    	g.Go(func() error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. pilot/pkg/xds/debug.go

    	s.addDebugHandler(mux, internalMux, "/debug/networkz", "List cross-network gateways", s.networkz)
    	s.addDebugHandler(mux, internalMux, "/debug/mcsz", "List information about Kubernetes MCS services", s.mcsz)
    
    	s.addDebugHandler(mux, internalMux, "/debug/list", "List all supported debug commands in json", s.list)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  4. releasenotes/notes/mcs-host.yaml

        This feature is off by default, but can be enabled by setting the following flags in Istio:
        `ENABLE_MCS_HOST` and `ENABLE_MCS_SERVICE_DISCOVERY`. When enabled Istio will include the MCS host as a
        domain in the service's HTTP route. Additionally, Istio will support the MCS host during a DNS lookup.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 12 19:27:15 UTC 2021
    - 709 bytes
    - Viewed (0)
  5. releasenotes/notes/mcs-cluster-local.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 35424
    releaseNotes:
      - |
        **Added** experimental support for the `cluster.local` host behavior as defined by
        the Kubernetes Multi-Cluster Services (MCS) spec. This feature is off by default,
        but can be enabled by setting the following flags in Istio:
        `ENABLE_MCS_CLUSTER_LOCAL`, `ENABLE_MCS_HOST` and `ENABLE_MCS_SERVICE_DISCOVERY`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 08 18:52:07 UTC 2021
    - 573 bytes
    - Viewed (0)
  6. releasenotes/notes/mcs-service-discovery.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 29384
    releaseNotes:
      - |
        **Added** experimental support for controlling service endpoint discoverability with Kubernetes Multi-Cluster
        Services (MCS). This feature is off by default, but can be enabled by setting the
        `ENABLE_MCS_SERVICE_DISCOVERY` flag in Istio. When enabled, Istio will make service endpoints
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 18 22:59:02 UTC 2021
    - 830 bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/mcs-serviceexport-crd.yaml

    # Copied from https://github.com/kubernetes-sigs/mcs-api/blob/master/config/crd/multicluster.x-k8s.io_serviceexports.yaml
    # Copyright 2020 The Kubernetes Authors.
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    #     http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 00:51:29 UTC 2021
    - 4K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/mcs-serviceimport-crd.yaml

    # Copied from https://github.com/kubernetes-sigs/mcs-api/blob/master/config/crd/multicluster.x-k8s.io_serviceimports.yaml
    # Copyright 2020 The Kubernetes Authors.
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    #     http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 00:51:29 UTC 2021
    - 7K bytes
    - Viewed (0)
  9. architecture/networking/pilot.md

            gdc-.-gcc
        end
        subgraph Ingress
            ic("Ingress Controller")
            isc("Ingress Status Controller")
            ic-.-isc
        end
        mcsc("Multicluster Secret")
        scr("Credentials Controller")
        mcsc--"1 per cluster"-->scr
        mcsc--"1 per cluster"-->ksd
        crd--Depends-->ccs
    
        iwhc("Injection Webhook")
        vwhc("Validation Webhook")
        nsc("Namespace Controller")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/mcs.yaml

    Frank Budinsky <******@****.***> 1697669019 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 572 bytes
    - Viewed (0)
Back to top