Skip to content

Commit ad858bd

Browse files
authored
Update cnf-best-practices-expectations-permissions.adoc
1 parent f6d7bfb commit ad858bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Application design should conform to cloud-native design principles to the maxim
5050

5151
* CNFs should employ N+k redundancy models
5252

53-
* CNFs MUST define their pod affinity/anti-affinity rules.
53+
* CNFs MUST define their pod affinity/anti-affinity rules. See test cases link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-affinity-required-pods[lifecycle-affinity-required-pods], link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-pod-high-availability[lifecycle-pod-high-availability]
5454

5555
* All secondary network interfaces employed by CNFs with the use of MULTUS MUST support Dual-Stack IPv4/IPv6.
5656

@@ -277,13 +277,17 @@ spec:
277277
====
278278
Pods that need to be co-located on the same node need affinity rules. Pods that should not be
279279
co-located for resiliency purposes require anti-affinity rules.
280+
281+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-affinity-required-pods[lifecycle-affinity-required-pods]
280282
====
281283

282284
.CNF requirement
283285
[IMPORTANT]
284286
====
285287
Pods that perform the same microservice and could be disrupted if multiple members of the service are
286288
unavailable must implement affinity/anti-affinity group rules or spread the pods across nodes to prevent disruption in the event of node failures, patches, or upgrades.
289+
290+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-pod-high-availability[lifecycle-pod-high-availability]
287291
====
288292

289293
[id="cnf-best-practices-upgrade-expectations"]

0 commit comments

Comments
 (0)