Skip to content

OSDOCS CQA NODES-9: Autoscaling and Miscellaneous III#112856

Merged
mburke5678 merged 1 commit into
openshift:mainfrom
mburke5678:cqa-nodes-9-3
Jun 10, 2026
Merged

OSDOCS CQA NODES-9: Autoscaling and Miscellaneous III#112856
mburke5678 merged 1 commit into
openshift:mainfrom
mburke5678:cqa-nodes-9-3

Conversation

@mburke5678

@mburke5678 mburke5678 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

https://redhat.atlassian.net/browse/OSDOCS-16937

Previews:
Nodes -> Working with pods -> Automatically scaling pods with the horizontal pod autoscaler

Assembly:
'openshift-docs/nodes/pods/nodes-pods-autoscaling.adoc'

@openshift-ci-robot

Copy link
Copy Markdown

@mburke5678: No Jira issue with key NODES-9 exists in the tracker at https://redhat.atlassian.net.
Once a valid jira issue is referenced in the title of this pull request, request a refresh with /jira refresh.

Details

In response to this:

https://redhat.atlassian.net/browse/OSDOCS-16937

Assembly:
'openshift-docs/nodes/pods/nodes-pods-autoscaling.adoc'

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jun 5, 2026
@ocpdocs-previewbot

ocpdocs-previewbot commented Jun 5, 2026

Copy link
Copy Markdown

🤖 Wed Jun 10 20:02:55 - Prow CI generated the docs preview:

https://112856--ocpdocs-pr.netlify.app/openshift-enterprise/latest/nodes/pods/nodes-pods-autoscaling.html

@mburke5678 mburke5678 added the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 5, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@mburke5678: No Jira issue with key NODES-9 exists in the tracker at https://redhat.atlassian.net.
Once a valid jira issue is referenced in the title of this pull request, request a refresh with /jira refresh.

Details

In response to this:

https://redhat.atlassian.net/browse/OSDOCS-16937

Previews:
Nodes -> Working with pods -> Automatically scaling pods with the horizontal pod autoscaler

Assembly:
'openshift-docs/nodes/pods/nodes-pods-autoscaling.adoc'

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

Comment thread modules/nodes-pods-autoscaling-policies.adoc
Comment thread nodes/pods/nodes-pods-autoscaling.adoc
Comment thread nodes/pods/nodes-pods-autoscaling.adoc
Comment thread nodes/pods/nodes-pods-autoscaling.adoc
Comment thread nodes/pods/nodes-pods-autoscaling.adoc
@jeana-redhat

Copy link
Copy Markdown
Contributor

The branch/enterprise-5.0 label has been added to this PR.

This is because your PR targets the main branch and is labeled for branch/enterprise-4.22. And any PR going into main must also target the latest version branch (branch/enterprise-5.0).

If the update in your PR does NOT apply to version 5.0 onward, please re-target this PR to go directly into the appropriate enterprise- version branch or branches instead of main.

@dfitzmau dfitzmau added merge-review-in-progress Signifies that the merge review team is reviewing this PR and removed merge-review-needed Signifies that the merge review team needs to review this PR labels Jun 9, 2026

@dfitzmau dfitzmau left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hi, @mburke5678 . Nice work. I've added some minor feedback.


For optimal performance, configure resource requests for all pods. To prevent frequent replica fluctuations, configure the cooldown period.
[role="_abstract"]
You can help ensure optimal performance in your cluster by configuring resource requests for all pods and prevent frequent replica fluctuations by configuring the cooldown period.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
You can help ensure optimal performance in your cluster by configuring resource requests for all pods and prevent frequent replica fluctuations by configuring the cooldown period.
You can help ensure optimal performance in your cluster by configuring resource requests for all pods. Additionally, you can prevent frequent replica fluctuations by configuring the cooldown period.

Break a large sentence into two.

<4> Specify the target average CPU use over all the pods, represented as a percent of requested CPU. If not specified or negative, a default autoscaling policy is used.
--
`<object_type>/<name>`:: Specifies the type and name of the object to autoscale. The object must exist and be a `Deployment`, `DeploymentConfig`/`dc`, `ReplicaSet`/`rs`, `ReplicationController`/`rc`, or `StatefulSet`.
`min`:: Optional: Specifies the minimum number of replicas when scaling down. Replace <number> with the minimum number of replicas.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
`min`:: Optional: Specifies the minimum number of replicas when scaling down. Replace <number> with the minimum number of replicas.
`min`:: Optional parameter. Specifies the minimum number of replicas when scaling down. Replace <number> with the minimum number of replicas.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Where is this rule? I have A LOT of Optional: in the repo. It appears in the doc guidelines.

--
`<object_type>/<name>`:: Specifies the type and name of the object to autoscale. The object must exist and be a `Deployment`, `DeploymentConfig`/`dc`, `ReplicaSet`/`rs`, `ReplicationController`/`rc`, or `StatefulSet`.
`min`:: Optional: Specifies the minimum number of replicas when scaling down. Replace <number> with the minimum number of replicas.
`max`:: Specifies the maximum number of replicas when scaling up. Replace <number> with the maximum number of replicas.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
`max`:: Specifies the maximum number of replicas when scaling up. Replace <number> with the maximum number of replicas.
`max`:: Specifies the maximum number of replicas when scaling up. Replace `<number>` with the maximum number of replicas.

`<object_type>/<name>`:: Specifies the type and name of the object to autoscale. The object must exist and be a `Deployment`, `DeploymentConfig`/`dc`, `ReplicaSet`/`rs`, `ReplicationController`/`rc`, or `StatefulSet`.
`min`:: Optional: Specifies the minimum number of replicas when scaling down. Replace <number> with the minimum number of replicas.
`max`:: Specifies the maximum number of replicas when scaling up. Replace <number> with the maximum number of replicas.
`cpu-percent`:: Specifies the target average CPU use over all the pods, represented as a percent of requested CPU. Replace <percent> with requested percentage. If not specified or negative, a default autoscaling policy is used.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
`cpu-percent`:: Specifies the target average CPU use over all the pods, represented as a percent of requested CPU. Replace <percent> with requested percentage. If not specified or negative, a default autoscaling policy is used.
`cpu-percent`:: Specifies the target average CPU use over all the pods, represented as a percent of requested CPU. Replace `<percent>` with requested percentage. If not specified or negative, a default autoscaling policy is used.

whether or not the horizontal pod autoscaler (HPA) is able to scale and whether or not it is currently restricted
in any way.
[role="_abstract"]
You can review the horizontal pod autoscaler (HPA) status conditions set to determine whether or not the HPA is able to scale and whether or not it is currently restricted in any way.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Image

@dfitzmau dfitzmau removed the merge-review-in-progress Signifies that the merge review team is reviewing this PR label Jun 9, 2026
@openshift-ci

openshift-ci Bot commented Jun 10, 2026

Copy link
Copy Markdown

@mburke5678: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@mburke5678 mburke5678 merged commit 7ae213a into openshift:main Jun 10, 2026
2 checks passed
@mburke5678 mburke5678 deleted the cqa-nodes-9-3 branch June 10, 2026 21:11
@mburke5678

Copy link
Copy Markdown
Contributor Author

/cherrypick enterprise-4.20

@mburke5678

Copy link
Copy Markdown
Contributor Author

/cherrypick enterprise-4.22

@mburke5678

Copy link
Copy Markdown
Contributor Author

/cherrypick enterprise-4.21

@mburke5678

Copy link
Copy Markdown
Contributor Author

/cherrypick enterprise-5.0

@openshift-cherrypick-robot

Copy link
Copy Markdown

@mburke5678: new pull request created: #113096

Details

In response to this:

/cherrypick enterprise-4.20

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-cherrypick-robot

Copy link
Copy Markdown

@mburke5678: new pull request created: #113097

Details

In response to this:

/cherrypick enterprise-4.22

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-cherrypick-robot

Copy link
Copy Markdown

@mburke5678: new pull request created: #113098

Details

In response to this:

/cherrypick enterprise-4.21

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-cherrypick-robot

Copy link
Copy Markdown

@mburke5678: new pull request created: #113099

Details

In response to this:

/cherrypick enterprise-5.0

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants