Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clientsToRun (0.22 sec)

  1. pkg/config/analysis/local/istiod_analyze.go

    		clusterID := c.ClusterID()
    		if clusterID == "" {
    			clusterID = "default"
    		}
    		sa.multiClusterStores[clusterID] = store
    	} else {
    		sa.stores = append(sa.stores, store)
    	}
    	sa.clientsToRun = append(sa.clientsToRun, c)
    
    	// Since we're using a running k8s source, try to get meshconfig and meshnetworks from the configmap.
    	if err := sa.addRunningKubeIstioConfigMapSource(c); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top