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 sercret.
Source Files ¶
copycerts.go testutil_umask.go
- Version
- v1.23.4-rc.0
- Published
- Jan 25, 2022
- Platform
- linux/amd64
- Imports
- 25 packages
- Last checked
- 5 minutes ago –
Tools for package owners.