Skip to content

Commit 9c4dae4

Browse files
authored
Update k8s-best-practices-linux-capabilities.adoc
1 parent 0e51b4d commit 9c4dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k8s-best-practices-linux-capabilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The capabilities associated with a new container are determined as follows:
2222

2323
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.
2424

25-
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.
25+
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.
2626

2727
[id="k8s-best-practices-default-capabilities"]
2828
== DEFAULT capabilities

0 commit comments

Comments
 (0)