package copycerts
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts"
Index ¶
- func CreateCertificateKey() (string, error)
- func DownloadCerts(client clientset.Interface, cfg *kubeadmapi.InitConfiguration, key string) error
- func UploadCerts(client clientset.Interface, cfg *kubeadmapi.InitConfiguration, key string) error
Functions ¶
func CreateCertificateKey ¶
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 secret.
Source Files ¶
copycerts.go testutil_umask.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 24 packages
- Last checked
- 3 hours ago –
Tools for package owners.