Skip to content

Commit

Permalink
Update k8s-best-practices-linux-capabilities.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlinca authored Oct 24, 2024
1 parent 0e51b4d commit 9c4dae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k8s-best-practices-linux-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The capabilities associated with a new container are determined as follows:

Considering the general recommendation to avoid running root containers, capabilities required by non-root containers are controlled by the pod or container security context and the SCC capability attributes but can only be acquired by properly setting the file capabilities of the container binaries.

Refer to link:https://docs.openshift.com/container-platform/4.13/authentication/managing-security-context-constraints.html[Managing security context constraints] for more details on how to define and use the SCC.
Refer to link:https://docs.openshift.com/container-platform/latest/authentication/managing-security-context-constraints.html[Managing security context constraints] for more details on how to define and use the SCC.

[id="k8s-best-practices-default-capabilities"]
== DEFAULT capabilities
Expand Down

0 comments on commit 9c4dae4

Please sign in to comment.