Update helm README file#5276
Conversation
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com> Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
|
Hi @joebowbeer. Thanks for your PR. I'm waiting for a cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
wallrj
left a comment
There was a problem hiding this comment.
Thanks @joebowbeer
I can see that it's not feasible to add the new default security context structures to the defaults column (it would be unreadable).
But what if the table cell said
Refer to [Default Security Contexts][#DefaultSecurityContext]
And then we add that section at the bottom of the README. How would that look?
I think we need to say something about the new defaults.
|
@wallrj wrote:
OK. I'll try to apply your suggestion. |
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
|
@wallrj PTAL |
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com> Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
wallrj
left a comment
There was a problem hiding this comment.
Thanks @joebowbeer
I viewed the rendered README.md file in GitHub and the links to the footnote work well.
/approve
/ok-to-test
/lgtm
/kind documentation
| ## Prerequisites | ||
|
|
||
| - Kubernetes 1.18+ | ||
| - Kubernetes 1.20+ |
There was a problem hiding this comment.
Note to self: Update the Helm kubeVersion field to 1.20.0-0, the minimum supported version since cert-manager 1.9
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joebowbeer, wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pull Request Motivation
Update
securityContextdescriptions in the helm README. (Follow-up to #5259)Default security context values are documented in a new section.
Bumped minimum Kubernetes version to 1.20+ as per cert-manager release 1.9. The securityContext defaults require Kubernetes 1.19+
Kind
/kind cleanup
Release Note