Skip to content

Rancher UI does not show the Rancher Prime logo after an upgrade

This document (000021538) is provided subject to the disclaimer at the end of this document.

Environment

Rancher prime

Situation

The Rancher UI does not show the Rancher Prime logo after an upgrade.

  1. Rancher pod is using the correct image: registry.rancher.com/rancher/rancher:v2.x.x
  2. Verified with different browsers and logged-in users.

Resolution

The upgrade process might have reset some branding configurations. Verify the branding settings in Rancher to ensure that the Rancher Prime logo is configured correctly. If there were any custom UI changes or branding applied previously, the upgrade might have overwritten these customizations. Check if the branding settings need to be re-applied.

If you feel the upgrade got completed and only the rancher prime logo does not change on the rancher UI, you can follow this process.

This can be fixed either by using kubectl command or by using Rancher UI settings.

1. Using kubectl method.

> Get the current UI brand value

kubectl get settings ui-brand

Update the UI brand value as suse using the below command.

kubectl patch settings.management.cattle.io ui-brand --type merge -p '{"default":"suse"}'

2. Using Rancher UI

Global settings > settings > ui-brand > make sure the value is set as suse

image.png

Cause

If the Rancher UI does not show the Rancher Prime logo after an upgrade, the upgrade process might have reset some branding configurations.

Status

Top Issue

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.