The Supportability Review (SR) extension helps proactively validate your Rancher managed kubernetes cluster configuration and environment to ensure it's production-ready and support-aligned.
It provides:
- Best Practice Validation: Verifies that your cluster design adheres to SUSE-recommended architecture for optimal supportability.
- Support Matrix Compliance: Checks whether your cluster meets all SUSE supportability requirements for reliable and successful operation.
- CVE Awareness: Alerts you to known CVEs (Common Vulnerabilities and Exposures) that may affect your cluster components.
Follow the steps below to install the Supportability Review extension inside Rancher UI:
- Navigate to the bottom-left hamburger menu in the Rancher UI.
- Click on Extensions → Available / All Extensions.

- Click the three dots (⋮) on the extensions page.
- Select Add Rancher Repositories.
- Wait a few seconds while the repository syncs.
- You will now see the Supportability Review extension listed.

To view the Supportability Review extension in the Extensions list:
- Click the three dots (⋮) on the Extensions page.
- Select Manage Repository.
- Click the Create button.
- Choose Git repository containing Helm chart or cluster template definitions.
- Fill in the following details:
- Name:
sr-app-repo(optional) - Repository URL:
https://github.com/rancher/ui-plugin-charts - Branch:
main
- Name:
- Click Create.
- Wait a few seconds for the repository to sync.
- The Supportability Review extension will now appear in the list.

- Click on the Supportability Review entry.
- Click the
Installbutton.
Once installed, a new Cattleman icon will appear in the side menu.
- Click the Supportability Review (SR) icon in the sidebar.
- Press the button:
Add Supportability Review Operator Repository. - Then click
Install Supportability Review Operator.
During the installation process, you can configure the following components (We recommend keeping the default settings):
-
Images: Repository details for collector and analyzer images.
-
Collector Configuration: CPU, memory limits for the collector container.
-
Analyzer Configuration: CPU, memory limits for the analyzer container.
-
Redis Configuration: CPU, memory, and ephemeral storage limits for the Redis container.
-
Click the
Get Startedbutton from the Dashboard to begin creating your first review report. -
You will be redirected to the Create Review page with two tabs:
- Change the namespace for Sonobuoy.
- Add node tolerations.
- Write a bundle description.
we recommend keeping the default values
-
After creation, a review job is launched and enters a
Runningstate. -
Navigate to the Review Bundles tab to see:
-
On the right side of each bundle entry, click the three-dot menu (⋮) to:
- Download the bundle
- View the report
-
Click on the bundle name or select View Report from the three-dot menu (⋮) to view a detailed visual report of your local cluster.

The Supportability Review UI extension is limited to displaying a maximum of five failures or warnings and does not generate a downloadable PDF report. Prime customers can obtain the complete supportability review report by opening a Rancher support case and providing the generated review bundle.
You can also preview what a full report looks like by clicking the View Sample Report link.
Pull and push required images into private registry.
$ docker pull rancher/supportability-review:latest
$ docker pull rancher/supportability-review-internal:latest
$ docker pull rancher/supportability-review-operator:latest
$ docker pull rancher/supportability-review-app-frontend:latest
$ docker pull rancher/appco-redis:8.0.3-2.1
$ docker tag rancher/supportability-review:latest ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review:latest
$ docker tag rancher/supportability-review-internal:latest ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review-internal:latest
$ docker tag rancher/supportability-review-operator:latest ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review-operator:latest
$ docker tag rancher/supportability-review-app-frontend:latest ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review-app-frontend:latest
$ docker tag rancher/appco-redis:8.0.3-2.1 ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/appco-redis:8.0.3-2.1
$ docker push ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review:latest
$ docker push ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review-internal:latest
$ docker push ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review-operator:latest
$ docker push ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/supportability-review-app-frontend:latest
$ docker push ${PRIVATE_REGISTRY_IP_ADDRESS}:5000/rancher/appco-redis:8.0.3-2.1
If the UI extension does not work or is unavailable in your setup, you can use the offline Supportability Review method instead.
Please follow the instructions provided here: Supportability Review
If you encounter any bugs, installation issues, or have suggestions for improvement, please open an issue in this repository.
For further assistance, including detailed results, remediations, or a full supportability review, feel free to contact us at: ranchersupportnow@suse.com


