kubernetesk8s.io/kubernetes/pkg/kubelet/util/csr Index | Files

package csr

import "k8s.io/kubernetes/pkg/kubelet/util/csr"

Index

Functions

func RequestNodeCertificate

func RequestNodeCertificate(client unversionedcertificates.CertificateSigningRequestInterface, privateKeyData []byte, nodeName types.NodeName) (certData []byte, err error)

RequestNodeCertificate will create a certificate signing request and send it to API server, then it will watch the object's status, once approved by API server, it will return the API server's issued certificate (pem-encoded). If there is any errors, or the watch timeouts, it will return an error. This is intended for use on nodes (kubelet and kubeadm).

Source Files

csr.go

Version
v1.5.6-beta.0
Published
Mar 23, 2017
Platform
js/wasm
Imports
10 packages
Last checked
9 minutes ago

Tools for package owners.