Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInjectionStatus (0.12 sec)

  1. pkg/kube/inject/webhook.go

    		podName := potentialPodName(metadata)
    		log.Warnf("%q's DNSPolicy is not %q. The Envoy sidecar may not able to connect to Istio Pilot",
    			metadata.Namespace+"/"+podName, corev1.DNSClusterFirst)
    	}
    }
    
    func getInjectionStatus(podSpec corev1.PodSpec, revision string) string {
    	stat := &SidecarInjectionStatus{}
    	for _, c := range podSpec.InitContainers {
    		stat.InitContainers = append(stat.InitContainers, c.Name)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
Back to top