Skip to content

ROX-34999: add documentation for central.rolloutStrategy - #118387

Open
johannes94 wants to merge 1 commit into
openshift:rhacs-docs-mainfrom
johannes94:jmalsam/add-rolloutStrategy-central-cr
Open

ROX-34999: add documentation for central.rolloutStrategy#118387
johannes94 wants to merge 1 commit into
openshift:rhacs-docs-mainfrom
johannes94:jmalsam/add-rolloutStrategy-central-cr

Conversation

@johannes94

Copy link
Copy Markdown

The Central CR for the operator has an additonal field central.rolloutStrategy, which enables activation of RollingUpdates for the central deployment instead of Recreate.

This field is documented with this PR.

Version(s):

  • ACS 5.0.0 and upwards

Issue:

Feature: https://redhat.atlassian.net/browse/ROX-33759
Doc ticket: https://redhat.atlassian.net/browse/ROX-34999

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 19, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 19, 2026

Copy link
Copy Markdown

@johannes94: This pull request references ROX-34999 which is a valid jira issue.

Details

In response to this:

The Central CR for the operator has an additonal field central.rolloutStrategy, which enables activation of RollingUpdates for the central deployment instead of Recreate.

This field is documented with this PR.

Version(s):

  • ACS 5.0.0 and upwards

Issue:

Feature: https://redhat.atlassian.net/browse/ROX-33759
Doc ticket: https://redhat.atlassian.net/browse/ROX-34999

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:

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/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 19, 2026
@ocpdocs-previewbot

Copy link
Copy Markdown

@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown

@johannes94: 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.

|Use this parameter to specify the image pull secrets for the Central image.

|`central.rolloutStrategy`
| Specifies the deployment rollout strategy for Central. Set to `RollingUpdate` to reduce downtime during upgrades and restarts.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

change:
Specify the ...


|`central.rolloutStrategy`
| Specifies the deployment rollout strategy for Central. Set to `RollingUpdate` to reduce downtime during upgrades and restarts.
The default value is `Recreate`. A RollingUpdate will start a new central Pod, while the old keeps running until the new Pod is ready.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

changes:
A RollingUpdate value will start a new Central pod and keep the old pod running until the new pod is ready.

@jlprevatt jlprevatt Aug 19, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Oops, forgot that the backtick charaters would be interpreted. Surround RollingUpdate with backtick (`) characters.

|`central.rolloutStrategy`
| Specifies the deployment rollout strategy for Central. Set to `RollingUpdate` to reduce downtime during upgrades and restarts.
The default value is `Recreate`. A RollingUpdate will start a new central Pod, while the old keeps running until the new Pod is ready.
The cluster needs to provide sufficient resources to accomodate the transition phase.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

change:
The cluster must ...

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

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants