Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WriteKubeConfigWithToken (1.02 sec)

  1. cmd/kubeadm/app/cmd/kubeconfig.go

    				notAfter = startTime.Add(validityPeriod)
    			}
    
    			// if the kubeconfig file for an additional user has to use a token, use it
    			if token != "" {
    				return kubeconfigphase.WriteKubeConfigWithToken(out, internalCfg, clientName, token, notAfter)
    			}
    
    			// Otherwise, write a kubeconfig file with a generate client cert
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top