diff options
| author | George Tankersley <george.tankersley@coreos.com> | 2016-05-03 14:20:24 -0700 |
|---|---|---|
| committer | George Tankersley <george.tankersley@coreos.com> | 2016-05-03 14:20:24 -0700 |
| commit | 00dc93dfc7fe24c236fc15b33bf05e25d3346cd7 (patch) | |
| tree | 7cbb60d37069ab5cbf0b7ee5cb98642437b833e1 | |
| parent | 7c1e889505f79f93cc1774a35142541bc25790d0 (diff) | |
docs: correct csr resource prefix
| -rw-r--r-- | kubelet-tls-bootstrap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubelet-tls-bootstrap.md b/kubelet-tls-bootstrap.md index c8119407..314c5afe 100644 --- a/kubelet-tls-bootstrap.md +++ b/kubelet-tls-bootstrap.md @@ -72,7 +72,7 @@ provisioning script. We introduce a new API object to represent PKCS#10 certificate signing requests. It will be accessible under: -`/apis/certificates/v1beta1/signingrequests/mycsr` +`/apis/certificates/v1beta1/certificatesigningrequests/mycsr` It will have the following structure: |
