List explicit apiserver flags at end of openssl certificate section#55680
List explicit apiserver flags at end of openssl certificate section#55680singhvishalkr wants to merge 1 commit intokubernetes:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Netlify preview is failing with Header/Redirect rules, but this PR only changes |
Closes #55501.
/sig docs
/kind documentation
/language en
The openssl section of
tasks/administer-cluster/certificatesends with the line "Finally, add the same parameters into the API server start parameters." The reporter on #55501 pointed out that there is no obvious anchor for what "the same parameters" refers to: the easyrsa section a few hundred lines earlier lists--client-ca-file,--tls-cert-file, and--tls-private-key-fileas a numbered step, and the openssl branch only alludes to it in prose. This patch replaces the prose line with a numbered step that includes the same shell block, so the openssl reader sees the explicit flag list inline.