Skip to content

Commit 77b5aab

Browse files
Merge pull request #76236 from xJustin/OSDOCS-10373-misplaced-banner
OSDOCS-10373 remove misplaced banner
2 parents 336c698 + 97a257b commit 77b5aab

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

rosa_architecture/rosa_policy_service_definition/rosa-hcp-service-definition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This section provides information about the service definition for {product-titl
1616
include::modules/rosa-sdpolicy-am-billing.adoc[leveloffset=+2]
1717
include::modules/rosa-sdpolicy-am-cluster-self-service.adoc[leveloffset=+2]
1818
include::modules/rosa-sdpolicy-am-compute.adoc[leveloffset=+2]
19-
include::snippets/pid-limits.adoc[]
19+
2020

2121
[role="_additional-resources"]
2222
.Additional Resources

rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This section provides information about the service definition for {product-titl
1616
include::modules/rosa-sdpolicy-am-billing.adoc[leveloffset=+2]
1717
include::modules/rosa-sdpolicy-am-cluster-self-service.adoc[leveloffset=+2]
1818
include::modules/rosa-sdpolicy-am-compute.adoc[leveloffset=+2]
19-
include::snippets/pid-limits.adoc[]
19+
2020

2121
[role="_additional-resources"]
2222
.Additional Resources

rosa_cluster_admin/rosa-configuring-pid-limits.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ A process identifier (PID) is a unique identifier assigned by the Linux kernel t
2121

2222
In {product-title} 4.11 and later, by default, a pod can have a maximum of 4,096 PIDs. If your workload requires more than that, you can increase the allowed maximum number of PIDs by configuring a `KubeletConfig` object.
2323

24+
{product-title} clusters running versions earlier than 4.11 use a default PID limit of `1024`.
25+
2426
:FeatureName: Configuring the maximum number of PIDs
2527
include::snippets/rosa-classic-support.adoc[]
2628

rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ toc::[]
1010

1111
The primary resources are machines, compute machine sets, and machine pools.
1212

13-
include::snippets/pid-limits.adoc[]
1413

1514
== Machines
1615
A machine is a fundamental unit that describes the host for a worker node.

snippets/pid-limits.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
//
55
// * /osd_architecture/osd-service-definition.adoc
66
//
7-
// * /rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc
7+
// * /rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc *removed due to inappropriate context*
88
//
99
// MACHINE POOL REFERENCES
1010
//
1111
// * /osd_cluster_admin/osd_nodes/osd-nodes-machinepools-about.adoc
1212
//
13-
// * /rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc
13+
// * /rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc *removed due to inappropriate context*
1414
//
1515

1616
:_mod-docs-content-type: SNIPPET
@@ -19,7 +19,7 @@
1919

2020
[IMPORTANT]
2121
====
22-
As of {product-title} 4.11, the default per-pod PID limit is `4096`. If you want to enable this PID limit, you must upgrade your {product-title} clusters to this version or later. {product-title} clusters running on earlier versions use a default PID limit of `1024`.
22+
As of {product-title} 4.11, the default per-pod PID limit is `4096`. If you want to enable this PID limit, you must upgrade your {product-title} clusters to this version or later. {product-title} clusters running versions earlier than 4.11 use a default PID limit of `1024`.
2323
2424
ifdef::openshift-rosa[]
2525
You can configure the per-pod PID limit on a {product-title} cluster by using the ROSA CLI. For more information, see "Configuring PID limits".

0 commit comments

Comments
 (0)