package uploadcerts
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/uploadcerts"
Index ¶
- func CreateCertificateKey() (string, error)
- func UploadCerts(client clientset.Interface, cfg *kubeadmapi.InitConfiguration, key string) error
Functions ¶
func CreateCertificateKey ¶
CreateCertificateKey returns a cryptographically secure random key
func UploadCerts ¶
func UploadCerts(client clientset.Interface, cfg *kubeadmapi.InitConfiguration, key string) error
UploadCerts save certs needs to join a new control-plane on kubeadm-certs sercret.
Source Files ¶
uploadcerts.go
- Version
- v1.14.0-beta.1
- Published
- Feb 26, 2019
- Platform
- linux/amd64
- Imports
- 19 packages
- Last checked
- 6 minutes ago –
Tools for package owners.