Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ControlPlaneHostPort (0.14 sec)

  1. cmd/kubeadm/app/cmd/util/join.go

    	kubeconfigutil "k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/pubkeypin"
    )
    
    var joinCommandTemplate = template.Must(template.New("join").Parse(`` +
    	`kubeadm join {{.ControlPlaneHostPort}} --token {{.Token}} \
    	{{range $h := .CAPubKeyPins}}--discovery-token-ca-cert-hash {{$h}} {{end}}{{if .ControlPlane}}\
    	--control-plane {{if .CertificateKey}}--certificate-key {{.CertificateKey}}{{end}}{{end}}`,
    ))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top