Skip to content

Commit 430e6d3

Browse files
authored
Update k8s-best-practices-one-process-per-container.adoc
1 parent 5f507a2 commit 430e6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k8s-best-practices-one-process-per-container.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Each container should run only one process. Different processes should always be
77

88
However, OpenShift does support running multiple containers per pod. This can be useful if parts of the application need to share namespaces like networking and storage resources. Additionally, there are other models like launching init containers, sidecar containers, etc. which may justify running multiple containers in a single pod.
99

10-
More information about pods can be found link:https://docs.openshift.com/container-platform/latest/nodes/pods/nodes-pods-using.html[Using pods].
10+
More information about pods can be found in link:https://docs.openshift.com/container-platform/latest/nodes/pods/nodes-pods-using.html[Using pods].
1111

1212
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#access-control-one-process-per-container[access-control-one-process-per-container]
1313

0 commit comments

Comments
 (0)