Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for cds (0.08 sec)

  1. pilot/pkg/serviceregistry/serviceentry/controller.go

    	fullPush := false
    	configsUpdated := sets.New[model.ConfigKey]()
    
    	addConfigs := func(se *networking.ServiceEntry, services []*model.Service) {
    		// If serviceentry's resolution is DNS, make a full push
    		// TODO: maybe cds?
    		if isDNSTypeServiceEntry(se) {
    			fullPush = true
    			for key, value := range getUpdatedConfigs(services) {
    				configsUpdated[key] = value
    			}
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  2. pilot/pkg/model/endpointshards.go

    	// current list, a full push will be forced, to trigger a secure naming update.
    	// Due to the larger time, it is still possible that connection errors will occur while
    	// CDS is updated.
    	ServiceAccounts sets.String
    }
    
    // Keys gives a sorted list of keys for EndpointShards.Shards.
    // Calls to Keys should be guarded with a lock on the EndpointShards.
    func (es *EndpointShards) Keys() []ShardKey {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/dashboard_test.go

    }{
    	{
    		"istio-grafana-dashboards",
    		"pilot-dashboard.json",
    		[]string{
    			"pilot_xds_push_errors",
    			"pilot_total_xds_internal_errors",
    			"pilot_xds_push_context_errors",
    			`pilot_xds_pushes{type!~"lds|cds|rds|eds"}`,
    			// We do not push credentials in this test
    			`pilot_xds_pushes{type="sds"}`,
    			"_timeout",
    			"_rejects",
    			// We do not simulate injection errors
    			"sidecar_injection_failure_total",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/sidecar.go

    	// services/virtual services in that listener.
    	EgressListeners []*IstioEgressListenerWrapper
    
    	// Union of services imported across all egress listeners for use by CDS code.
    	services           []*Service
    	servicesByHostname map[host.Name]*Service
    
    	// Destination rules imported across all egress listeners. This
    	// contains the computed set based on public/private destination rules
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  5. manifests/addons/dashboards/pilot-dashboard.gen.json

                   },
                   "unit": "ops"
                },
                "overrides": [
                   {
                      "matcher": {
                         "id": "byName",
                         "options": "cds"
                      },
                      "properties": [
                         {
                            "id": "displayName",
                            "value": "Clusters"
                         }
                      ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  6. pilot/pkg/xds/endpoints/endpoint_builder.go

    // Used for CDS (ClusterLoadAssignment constructed elsewhere).
    func (b *EndpointBuilder) FromServiceEndpoints() []*endpoint.LocalityLbEndpoints {
    	if b == nil {
    		return nil
    	}
    	svcEps := b.push.ServiceEndpointsByPort(b.service, b.port, b.subsetLabels)
    	// don't use the pre-computed endpoints for CDS to preserve previous behavior
    	return ExtractEnvoyEndpoints(b.generate(svcEps))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  7. pilot/pkg/xds/ads_test.go

    // request on a connection.
    func TestAdsReconnectRequests(t *testing.T) {
    	s := xdsfake.NewFakeDiscoveryServer(t, xdsfake.FakeOptions{})
    
    	ads := s.ConnectADS()
    	// Send normal CDS and EDS requests
    	_ = ads.RequestResponseAck(t, &discovery.DiscoveryRequest{TypeUrl: v3.ClusterType})
    	eres := ads.RequestResponseAck(t, &discovery.DiscoveryRequest{TypeUrl: v3.EndpointType, ResourceNames: []string{"my-resource"}})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/cluster_builder.go

    			log.Debugf("locality endpoints missing for cluster %s", c.Name)
    			cb.req.Push.AddMetric(model.DNSNoEndpointClusters, c.Name, cb.proxyID,
    				fmt.Sprintf("%s cluster without endpoints %s found while pushing CDS", discoveryType.String(), c.Name))
    			return nil
    		}
    		c.LoadAssignment = &endpoint.ClusterLoadAssignment{
    			ClusterName: name,
    			Endpoints:   localityLbEndpoints,
    		}
    	case cluster.Cluster_ORIGINAL_DST:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    			proxy:        &model.Proxy{Type: model.SidecarProxy, ConfigNamespace: "not-default"},
    			host:         "service.servicens",
    			output:       sidecarInboundServiceOut,
    		},
    		{
    			name:         "gateway cds patch",
    			input:        gatewayInput,
    			patchContext: networking.EnvoyFilter_GATEWAY,
    			proxy:        &model.Proxy{Type: model.Router, ConfigNamespace: "not-default"},
    			output:       gatewayOutput,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  10. pkg/config/validation/agent/validation.go

    	}
    
    	if err := ValidateDrainDuration(config.DrainDuration); err != nil {
    		errs = multierror.Append(errs, err)
    	}
    
    	// discovery address is mandatory since mutual TLS relies on CDS.
    	// strictly speaking, proxies can operate without RDS/CDS and with hot restarts
    	// but that requires additional test validation
    	if config.DiscoveryAddress == "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top