Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addRunningKubeIstioConfigMapSource (0.3 sec)

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

    		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 {
    		_, err := c.Kube().CoreV1().Namespaces().Get(context.TODO(), sa.istioNamespace.String(), metav1.GetOptions{})
    		if kerrors.IsNotFound(err) {
    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