1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #98399 from openshift-cherrypick-robot/cherry-pick-98375-to-enterprise-4.20

[enterprise-4.20] [Osdocs 16058]Update ROSA CLI attribute
This commit is contained in:
Mark Letalien
2025-09-02 18:02:50 -04:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -61,4 +61,5 @@
:egress-zero: egress zero
:egress-zero-title: {product-title} clusters with {egress-zero}
:classic-short: {rosa-classic-short}
:rosa-cli-first: pass:quotes[Red Hat OpenShift Service on AWS CLI (`rosa`)]
:rosa-cli-first: pass:quotes[ROSA command-line interface (CLI) (`rosa`)]
:rosa-cli: ROSA CLI

View File

@@ -16,7 +16,7 @@ Changing the `podPidsLimit` on an existing cluster will trigger non-control plan
.Prerequisites
* You have a {product-title} cluster.
* You have installed the ROSA CLI (`rosa`).
* You have installed the {rosa-cli-first}.
* You have installed the OpenShift CLI (`oc`).
* You have logged in to your Red{nbsp}Hat account by using the ROSA CLI.
@@ -24,7 +24,7 @@ Changing the `podPidsLimit` on an existing cluster will trigger non-control plan
. Create or edit the `KubeletConfig` object to change the PID limit.
+
--
** If this is the first time you are changing the default PID limit, create the `KubeletConfig` object and set the `--pod-pids-limit` value by running the following command:
** If this is the first time you are changing the default PID limit, create the `KubeletConfig` object and set the `--pod-pids-limit` value by running the following command:
+
[source,terminal]
----