-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[OSDOCS#18748]: CQA support book for 4.20 #118938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: enterprise-4.20
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| = Interacting with your cluster resources | ||
|
|
||
| [role="_abstract"] | ||
| You can use the {oc-first} tool to interact with and edit cluster resources in {product-title} to manage your cluster configuration. | ||
| To view and edit the global configuration of your {product-title} cluster, use the {oc-first} to query and change cluster resources. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was changed as per the current 4.21+ docs. |
||
|
|
||
| .Prerequisites | ||
|
|
||
|
|
@@ -17,7 +17,7 @@ endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] | |
|
|
||
| .Procedure | ||
|
|
||
| . To see which configuration Operators have been applied, run the following command: | ||
| . To check which configuration Operators apply to your cluster, run the following command: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,20 +5,27 @@ | |
|
|
||
| :_mod-docs-content-type: PROCEDURE | ||
| [id="displaying-the-insights-status-in-the-web-console_{context}"] | ||
| = Displaying the {red-hat-lightspeed} status in the web console | ||
| = Displaying the {red-hat-lightspeed} advisor status in the web console | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This module was changed quite a bit from what was done in https://github.com/openshift/openshift-docs/pull/106162/changes#diff-bbd7ba6c5e3028ca4562c80f8af0a02cffa08f9e29e7a352c428789fa685a330R10.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This module has 2 different versions. 4.22 - https://github.com/openshift/openshift-docs/blob/enterprise-4.22/modules/displaying-the-insights-status-in-the-web-console.adoc?plain=1 (Michelle's PR - f8b7770 - 2 months ago) I updated it with 4.22 as it is the latest, and this should be applied to 4.21 as well. |
||
|
|
||
| {red-hat-lightspeed} repeatedly analyzes your cluster and you can display the status of identified potential issues of your cluster in the {product-title} web console. This status shows the number of issues in the different categories and, for further details, links to the reports in {cluster-manager-url}. | ||
| [role="_abstract"] | ||
| View the health status of your cluster and potential issues identified by the {red-hat-lightspeed} advisor service in the {product-title} web console. Issues are grouped by risk category with links to detailed reports in the {hybrid-console-second}. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * Your cluster is registered in {cluster-manager-url}. | ||
| * Your cluster is registered with {cluster-manager}. | ||
| * Remote health reporting is enabled, which is the default. | ||
| * You are logged in to the {product-title} web console. | ||
|
|
||
| .Procedure | ||
|
|
||
| . Navigate to *Home* -> *Overview* in the {product-title} web console. | ||
|
|
||
| . Click *{red-hat-lightspeed}* on the *Status* card. | ||
| . Click *Insights* on the *Status* card. | ||
| + | ||
| The pop-up window lists potential issues grouped by risk. Click the individual categories or *View all recommendations in {red-hat-lightspeed} Advisor* to display more details. | ||
| A list of potential issues that are grouped by risk is displayed. | ||
| . Click *View all recommendations in {red-hat-lightspeed} Advisor* or click a specific category to view detailed reports in the {hybrid-console-second}. | ||
|
|
||
| [role="_additional-resources"] | ||
| .Additional resources | ||
|
|
||
| * link:https://console.redhat.com/openshift/insights/advisor/recommendations[{red-hat-lightspeed} Advisor recommendations] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ | |
| [id="enabling-insights-operator-gather_{context}"] | ||
| = Re-enabling the {insights-operator} periodic gather operations | ||
|
|
||
| [role="_abstract"] | ||
| If you disabled the default `InsightsDataGather` data gather operations, you can enable them again so that the {insights-operator} resumes the periodic data collection, and sends the resulting {red-hat-lightspeed} cluster reports to Red{nbsp}Hat. | ||
|
|
||
| :FeatureName: The `InsightsDataGather` custom resource | ||
|
|
@@ -36,8 +37,7 @@ endif::openshift-rosa,openshift-dedicated[] | |
| + | ||
| [source,yaml] | ||
| ---- | ||
|
|
||
| apiVersion: insights.openshift.io/v1alpha2 | ||
| apiVersion: insights.openshift.io/v1 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Such a change would probably require QE. This also has not been updated in the other PR: https://github.com/openshift/openshift-docs/pull/106162/changes#diff-1e7f3d8ca7ddef2962fa37ce53e558249c74cf6a98ad5ce4c5f81c48558725efR38
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Had done as per this latest PR on 4.22 - #114766 For 4.20, again there's a different file version in the same PR but a different commit - https://github.com/openshift/openshift-docs/pull/115048/changes#diff-1e7f3d8ca7ddef2962fa37ce53e558249c74cf6a98ad5ce4c5f81c48558725ef |
||
| kind: InsightsDataGather | ||
| metadata: | ||
| name: cluster | ||
|
|
@@ -51,7 +51,7 @@ spec: | |
| + | ||
| [source,yaml] | ||
| ---- | ||
| apiVersion: insights.openshift.io/v1alpha2 | ||
| apiVersion: insights.openshift.io/v1 | ||
| kind: InsightsDataGather | ||
| metadata: | ||
| name: cluster | ||
|
|
@@ -72,8 +72,8 @@ spec: | |
|
|
||
| . Click *Save*. | ||
| + | ||
| After you save the changes, the {insights-operator} gather configurations are updated and the affected gather operations start. | ||
|
|
||
| The {insights-operator} updates the gather configurations and starts the affected gather operations. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Had done as per this latest PR on 4.22 - #114766 For 4.20, again there's a different file version in the same PR but a different commit - https://github.com/openshift/openshift-docs/pull/115048/changes#diff-1e7f3d8ca7ddef2962fa37ce53e558249c74cf6a98ad5ce4c5f81c48558725ef |
||
| + | ||
| [NOTE] | ||
| ==== | ||
| Disabling gather operations restricts the ability of the {red-hat-lightspeed} advisor service to offer effective recommendations for your cluster. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.