Skip to content

Commit 10a0606

Browse files
authored
Update cnf-best-practices-expectations-permissions.adoc
1 parent 4bd3f0b commit 10a0606

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/cnf-best-practices-expectations-permissions.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ Interaction with a running pod should be done via `oc exec` or `oc rsh` commands
171171
[IMPORTANT]
172172
====
173173
SSH daemons must NOT be used in Openshift for pod interaction.
174+
175+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#access-control-ssh-daemons[access-control-ssh-daemons]
174176
====
175177

176178
[id="cnf-best-practices-pod-exit-status"]
@@ -375,6 +377,7 @@ maintenance and the node has to be drained. If there is a pod disruption budget
375377

376378
Do not use naked Pods (that is, Pods not bound to a `ReplicaSet`, or `StatefulSet` deployment). Naked pods will not be rescheduled in the event of a node failure.
377379

380+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-pod-owner-type[lifecycle-pod-owner-type]
378381
.CNF requirement
379382
[IMPORTANT]
380383
====
@@ -385,12 +388,16 @@ Applications must not depend on any single pod being online for their applicatio
385388
[IMPORTANT]
386389
====
387390
Pods must be deployed as part of a `Deployment` or `StatefulSet`.
391+
392+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-pod-owner-type[lifecycle-pod-owner-type]
388393
====
389394

390395
.CNF requirement
391396
[IMPORTANT]
392397
====
393398
Pods may not be deployed in a DaemonSet.
399+
400+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-pod-owner-type[lifecycle-pod-owner-type]
394401
====
395402

396403
[id="cnf-best-practices-image-tagging"]

0 commit comments

Comments
 (0)