You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/k8s-best-practices-linux-capabilities.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The capabilities associated with a new container are determined as follows:
22
22
23
23
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.
24
24
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.
0 commit comments