Skip to content

Commit dfee7f6

Browse files
authored
Merge pull request #75675 from aireilly/4.14.z-telco-core-rds
TELCODOCS-1836 - Adding telco core 4.14.z RDS updates
2 parents f81cc22 + b01a70c commit dfee7f6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

modules/telco-core-ref-application-workloads.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * telco_ref_design_specs/ran/telco-ran-ref-design-spec.adoc
3+
// * telco_ref_design_specs/core/telco-core-rds-use-cases.adoc
44

55
:_mod-docs-content-type: REFERENCE
66
[id="telco-core-ref-application-workloads_{context}"]
@@ -14,7 +14,7 @@ Pods running network functions that do not require the high throughput and low l
1414

1515
Description of limits::
1616

17-
* CNF applications should conform to the latest version of the _CNF Best Practices_ guide.
17+
* CNF applications should conform to the latest version of link:https://test-network-function.github.io/cnf-best-practices-guide/[Red Hat Best Practices for Kubernetes].
1818
* For a mix of best-effort and burstable QoS pods.
1919
** Guaranteed QoS pods might be used but require correct configuration of reserved and isolated CPUs in the `PerformanceProfile`.
2020
** Guaranteed QoS Pods must include annotations for fully isolating CPUs.
@@ -23,6 +23,13 @@ Description of limits::
2323
** Do not use exec probes if a CNF is using CPU pinning.
2424
** Other probe implementations, for example `httpGet/tcpSocket`, should be used.
2525
26+
+
27+
[NOTE]
28+
====
29+
Startup probes require minimal resources during steady-state operation.
30+
The limitation on exec probes applies primarily to liveness and readiness probes.
31+
====
32+
2633
Signaling workload::
2734

2835
* Signaling workloads typically use SCTP, REST, gRPC, or similar TCP or UDP protocols.

modules/telco-ran-du-application-workloads.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Use other probe implementations, for example, `httpGet` or `tcpSocket`.
2222
** When you need to use exec probes, limit the exec probe frequency and quantity.
2323
The maximum number of exec probes must be kept below 10, and frequency must not be set to less than 10 seconds.
2424

25-
+
2625
[NOTE]
2726
====
2827
Startup probes require minimal resources during steady-state operation.

0 commit comments

Comments
 (0)