Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SharedCertificateExists (0.17 sec)

  1. cmd/kubeadm/app/cmd/phases/join/preflight.go

    	}
    
    	if !hasCertificateKey {
    		// checks if the certificates are provided and are still valid, not expired yet.
    		if ret, err := certs.SharedCertificateExists(initConfiguration); !ret {
    			return err
    		}
    	}
    
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top