Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _attributes/attributes-openshift-dedicated.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:rosa-cli-first: pass:quotes[ROSA command-line interface (CLI) (`rosa`)]
:rosa-cli-first: pass:quotes[ROSA command-line interface (CLI) (`rosa`)]
:rosa-cli: ROSA CLI

We could add this one in and simplify future uses too. Just an idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coolio, I will add it. Thanks!

:rosa-cli: ROSA CLI
4 changes: 2 additions & 2 deletions modules/setting-higher-pid-limit-on-existing-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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.

.Procedure
. 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]
----
Expand Down