-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
openshift-4.18, rhacs-4.7.0, rhacs-4.8.0, rhacs-4.9.0
1. Proposed title of this feature request
Enhance SecuredCluster CR with Expanded Status Fields for Better Observability in RHACS
2. What is the nature and description of the request?
Currently, the SecuredCluster Custom Resource (CR) in Red Hat Advanced Cluster Security (RHACS) only displays the Name and Age fields when queried using `oc get SecuredCluster` or `oc get SecuredCluster -o wide`. This provides limited visibility into the deployment status of the SecuredCluster components.
This RFE proposes enhancing the oc get SecuredCluster output by including additional key fields such as:
Version: Displays the version of the deployed SecuredCluster component.
Progressing: Reflects whether changes are actively being rolled out.
Available: Confirms whether the SecuredCluster instance is available.
Message: Provides a summary message such as "StackRox secured services are successfully installed."
These enhancements will allow administrators to quickly assess the health and status of their RHACS Central deployment without needing additional commands or deep troubleshooting.
3. Why does the customer need this? (List the business requirements here)
Operational Efficiency: Reduces the need for multiple commands (oc describe central, oc get pods, oc logs, etc.) to verify deployment success.
Faster Troubleshooting: Helps identify issues with deployment, rollout, or availability at a glance.
Improved User Experience: Provides key status information in a single view, making monitoring easier for admins managing RHACS.
Standardization with Other OpenShift Components: Aligns SecuredCluster CR behavior with similar resources in OpenShift, which provide more status fields for improved observability.
4. Affected Packages or Components:
RHACS Operator (StackRox Central Operator)
RHACS SecuredCluster Custom Resource (CR)
oc CLI Output for oc get SecuredCluster
- causes
-
ROX-29522 Enhanced Observability for SecuredCluster Status Fields
-
- New
-