docs: Remove deprecated Pod Security Policies from docs#6303
docs: Remove deprecated Pod Security Policies from docs#6303sxd merged 3 commits intocloudnative-pg:mainfrom
Conversation
|
❗ By default, the pull request is configured to backport to all release branches.
|
4590b54 to
71b9a79
Compare
71b9a79 to
ac67c71
Compare
jsilvela
left a comment
There was a problem hiding this comment.
Nice work. Took the chance to fix a couple of nits in the section.
One optional thought left as an inline comment.
docs/src/security.md
Outdated
|
|
||
| The operator explicitly sets the required security contexts. | ||
| The operator explicitly sets the required security contexts for all pods and | ||
| containers in the cluster. However, the |
There was a problem hiding this comment.
The "However" here ... not sure. Configurability of the seccompProfile is not "against" the setting of the security context.
bf55d4d to
328f844
Compare
f5d7217 to
da99792
Compare
jsilvela
left a comment
There was a problem hiding this comment.
Hi @sharifmshaker , I had made some changes a few days ago.
You seem to have forced-pushed and eliminated them.
There were a few optional changes.
But the one I point out below is an outright grammar error and should be fixed.
docs/src/security.md
Outdated
| to run in a cluster. | ||
| For InfoSec reasons, every Kubernetes platform should implement them. | ||
| A [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) is a | ||
| Kubernetes way to defines privilege and access control settings for a Pod or Container. |
There was a problem hiding this comment.
Apologies! Changed Kubernetes way to define...
f256ac9 to
05fe9e6
Compare
05fe9e6 to
ce5e328
Compare
|
This shouldn't be backported |
Is that just the label? It doesn't look like I have permissions to add or remove labels on this PR. Is there another way to prevent the backport? |
51c04ff to
5f2156b
Compare
5f2156b to
bc3891e
Compare
ed40732 to
84bc9a3
Compare
|
We should be at the point of wrapping this up. Are there any outstanding objections? |
84bc9a3 to
56c068c
Compare
|
I think this is only waiting for your comments @sxd , can you please take a look? |
b5c0be4 to
05d51d4
Compare
Signed-off-by: Sharif Shaker <sharif.shaker@enterprisedb.com>
Signed-off-by: Sharif Shaker <sharif.shaker@enterprisedb.com>
Signed-off-by: Sharif Shaker <sharif.shaker@enterprisedb.com>
05d51d4 to
b43a7f5
Compare
|
/ok-to-merge updating documentation |
Removing deprecated Pod Security Policies information from security docs.
Closes #5996