Skip to content

Commit a49db70

Browse files
authored
Merge pull request #71278 from bhardesty/osdocs-9549-clarify-rosa-classic
OSDOCS-9549: Add ROSA HCP support statement for kubeletconfig
2 parents 6f2ca68 + 02b486c commit a49db70

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

modules/setting-higher-pid-limit-on-existing-cluster.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Changing the `podPidsLimit` on an existing cluster will trigger non-control plan
1515

1616
.Prerequisites
1717

18+
* You have a ROSA Classic cluster.
19+
+
20+
--
21+
:FeatureName: Configuring the maximum number of PIDs
22+
include::snippets/rosa-classic-support.adoc[]
23+
--
1824
* You have installed the OpenShift CLI (`oc`).
1925
* You have logged in to your Red Hat account by using the ROSA CLI.
2026

rosa_cluster_admin/rosa-configuring-pid-limits.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ toc::[]
1919

2020
A process identifier (PID) is a unique identifier assigned by the Linux kernel to each process or thread currently running on a system. The number of processes that can run simultaneously on a system is limited to 4,194,304 by the Linux kernel. This number might also be affected by limited access to other system resources such as memory, CPU, and disk space.
2121

22-
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.
22+
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.
23+
24+
:FeatureName: Configuring the maximum number of PIDs
25+
include::snippets/rosa-classic-support.adoc[]
2326

2427
// Understanding process ID limits
2528
include::modules/sd-understanding-process-id-limits.adoc[leveloffset=+1]

snippets/rosa-classic-support.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// When including this file, ensure that {FeatureName} is set immediately before
2+
// the include. Otherwise it will result in an incorrect replacement.
3+
4+
[IMPORTANT]
5+
====
6+
[subs="attributes+"]
7+
{FeatureName} is not supported on {hcp-title-first}.
8+
====
9+
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
10+
:!FeatureName:

0 commit comments

Comments
 (0)