kubernetesk8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts Index | Files

package copycerts

import "k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts"

Index

Functions

func CreateCertificateKey

func CreateCertificateKey() (string, error)

CreateCertificateKey returns a cryptographically secure random key

func DownloadCerts

func DownloadCerts(client clientset.Interface, cfg *kubeadmapi.InitConfiguration, key string) error

DownloadCerts downloads the certificates needed to join a new control plane.

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

copycerts.go testutil_umask.go

Version
v1.27.4
Published
Jul 19, 2023
Platform
linux/amd64
Imports
24 packages
Last checked
2 hours ago

Tools for package owners.