summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kubelet-tls-bootstrap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubelet-tls-bootstrap.md b/kubelet-tls-bootstrap.md
index 95536ca5..a0ec6b95 100644
--- a/kubelet-tls-bootstrap.md
+++ b/kubelet-tls-bootstrap.md
@@ -94,7 +94,7 @@ type CertificateSigningRequest struct {
// This information is immutable after the request is created.
type CertificateSigningRequestSpec struct {
- // Raw PKCS#10 CSR data
+ // base64-encoded PKCS#10 CSR data
CertificateRequest string `json:"request"`
// Any extra information the node wishes to send with the request.