Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SkipTokenPrint (0.42 sec)

  1. cmd/kubeadm/app/cmd/token.go

    	// otherwise, just print the token
    	if printJoinCommand {
    		skipTokenPrint := false
    		if certificateKey != "" {
    			skipCertificateKeyPrint := false
    			joinCommand, err := cmdutil.GetJoinControlPlaneCommand(kubeConfigFile, internalcfg.BootstrapTokens[0].Token.String(), certificateKey, skipTokenPrint, skipCertificateKeyPrint)
    			if err != nil {
    				return errors.Wrap(err, "failed to get join command")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 05:47:48 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top