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

Version
v1.21.6
Published
Oct 27, 2021
Platform
js/wasm
Imports
23 packages
Last checked
12 minutes ago

Tools for package owners.