Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isK8SSigning (0.09 sec)

  1. pilot/pkg/bootstrap/server.go

    func (s *Server) shouldStartNsController() bool {
    	if s.isK8SSigning() {
    		// Need to distribute the roots from MeshConfig
    		return true
    	}
    	if s.CA == nil {
    		return false
    	}
    
    	// For Kubernetes CA, we don't distribute it; it is mounted in all pods by Kubernetes.
    	// This is never called - isK8SSigning is true.
    	if features.PilotCertProvider == constants.CertProviderKubernetes {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top