Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TryLoadKeyFromDisk (0.36 sec)

  1. cmd/kubeadm/app/cmd/phases/init/certs.go

    				if err != nil {
    					return errors.Wrapf(err, "could not copy %s to dry run directory %s", kubeadmconstants.CACertName, data.CertificateWriteDir())
    				}
    			}
    			if _, err := pkiutil.TryLoadKeyFromDisk(data.CertificateDir(), ca.BaseName); err == nil {
    				// If CA Key existed while dryrun, copy CA Key to dryrun dir for later use
    				if data.DryRun() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 06:35:45 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top