You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For e2e tests we now build the dashboard and serve it directly via Rancher, so we set -e CATTLE_UI_OFFLINE_PREFERRED=true when running the docker instance
This setting also applies to rancher/ui and ui-index, so the embedded version is used instead of latest
So we need to do the same for rancher/ui. However we'll need to pull the built files from our CDN instead of building locally
The text was updated successfully, but these errors were encountered:
-e CATTLE_UI_OFFLINE_PREFERRED=true
when running the docker instancerancher/ui
andui-index
, so the embedded version is used instead of latestThe text was updated successfully, but these errors were encountered: