Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 608 for istiod18 (0.2 sec)

  1. samples/ambient-argo/documentation/argo-reference-arch.dot

      appfiles -> appwp
      appfiles -> ig
      appfiles -> nwc
      ztunchart[label="ztunnel",class="helm"]
      ztunnel -> ztunchart -> ztunnelds
      istiodchart[label="istiod",class="helm"]
      cpt -> istiodchart
      istiodchart -> istiod18
      istiodchart -> istiod19
      cnichart[label="cni",class="helm"]
      cni -> cnichart -> cnids
      istiogh[label="istio github"]
      extras -> istiogh -> extrads
      tagchart[label="tag*"]
      edge[weight=1]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/pilot/status_test.go

    		name    string
    		input   map[string]*discovery.DiscoveryResponse
    		want    string
    		wantErr bool
    	}{
    		{
    			name: "prints multiple istiod inputs to buffer in alphabetical order by pod name",
    			input: map[string]*discovery.DiscoveryResponse{
    				"istiod1": xdsResponseInput("istiod1", []clientConfigInput{
    					{
    						proxyID:        "proxy1",
    						clusterID:      "cluster1",
    						version:        "1.20",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 08 08:38:19 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/pilot/testdata/multiXdsStatusMultiPilot.txt

    NAME       CLUSTER      CDS          LDS         EDS         RDS          ECDS         ISTIOD      VERSION
    proxy1     cluster1     STALE        SYNCED      SYNCED      NOT SENT     SYNCED       istiod1     1.20
    proxy2     cluster2     STALE        SYNCED      STALE       SYNCED       STALE        istiod2     1.19
    proxy3     cluster3     NOT SENT     ERROR       STALE       NOT SENT     NOT SENT     istiod3     1.20
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 03:42:52 UTC 2024
    - 522 bytes
    - Viewed (0)
  4. samples/multicluster/expose-istiod.yaml

          hosts:
            - "*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: istiod-vs
    spec:
      hosts:
      - "*"
      gateways:
      - istiod-gateway
      tls:
      - match:
        - port: 15012
          sniHosts:
          - "*"
        route:
        - destination:
            host: istiod.istio-system.svc.cluster.local
            port:
              number: 15012
      - match:
        - port: 15017
          sniHosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 967 bytes
    - Viewed (0)
  5. samples/multicluster/expose-istiod-https.yaml

          hosts:
          # use a valid gateway host and domain for istiod
          - "ISTIOD-HOST.DOMAIN"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: istiod-vs
    spec:
      hosts:
      # use a valid gateway host and domain for istiod
      - "ISTIOD-HOST.DOMAIN"
      gateways:
      - istiod-gateway
      http:
      - match:
        - port: 15012
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  6. releasenotes/notes/istiod-sds.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    releaseNotes:
    - |
      **Improved** Gateway certificates to be read and distributed from Istiod, rather than in the gateway pods.
      This reduces the permissions required in the gateways, improves performance, and will make certificate reading
      more flexible in the future. This change is fully backwards compatible with the old method, and requires no changes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 13 22:09:11 UTC 2020
    - 549 bytes
    - Viewed (0)
  7. releasenotes/notes/istiod-cluster-metric.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    releaseNotes:
    - |
      **Added** a new metric (`istiod_managed_clusters`) to `istiod` to track the number of clusters managed by an
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 23 01:50:36 UTC 2021
    - 209 bytes
    - Viewed (0)
  8. istioctl/pkg/writer/pilot/status.go

    				istiodID:              cp.ID,
    				istiodVersion:         meta.IstioVersion,
    				clusterStatus:         cds,
    				listenerStatus:        lds,
    				routeStatus:           rds,
    				endpointStatus:        eds,
    				extensionconfigStatus: ecds,
    			})
    			if len(fullStatus) == 0 {
    				return nil, nil, fmt.Errorf("no proxies found (checked %d istiods)", len(drs))
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:55 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. samples/multicluster/expose-istiod-rev.yaml.tmpl

    kind: VirtualService
    metadata:
      name: istiod-vs-{{.Revision}}
    spec:
      hosts:
      - "*"
      gateways:
      - istiod-gateway
      tls:
      - match:
        - port: 15012
          sniHosts:
          - "istiod-{{.Revision}}.istio-system.svc"
          - "istiod-{{.Revision}}.istio-system.svc.cluster.local"
        route:
        - destination:
            host: istiod-{{.Revision}}.istio-system.svc.cluster.local
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 22 05:22:46 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/istiod-injector-configmap.yaml

    {{ $vals = set $vals "pilot" $pilotVals -}}
    {{ $vals | toPrettyJson | indent 4 }}
    
      # To disable injection: use omitSidecarInjectorConfigMap, which disables the webhook patching
      # and istiod webhook functionality.
      #
      # New fields should not use Values - it is a 'primary' config object, users should be able
      # to fine tune it or use it with kube-inject.
      config: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top