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
* update err output when failed get logs
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
* Update frontend/src/routes/Home/Search/Details/LogsPage.tsx
Co-authored-by: Oliver Fischer <ofischer@redhat.com>
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
* Use Trans component to translate and format error message
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
---------
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
Co-authored-by: Oliver Fischer <ofischer@redhat.com>
Co-authored-by: Kevin Cormier <kcormier@redhat.com>
Copy file name to clipboardexpand all lines: frontend/public/locales/en/translation.json
+1
Original file line number
Diff line number
Diff line change
@@ -371,6 +371,7 @@
371
371
"access.users": "Users",
372
372
"access.usersInGroup": "Users in group",
373
373
"access.usersInGroup.view": "View users in group",
374
+
"acm.logs.error": "Red Hat Advanced Cluster Management version 2.10 and newer requires the <code>cluster-proxy</code> and <code>managed-serviceaccount</code> add-ons to retrieve logs. Make sure that these add-ons are enabled on the hub cluster.",
374
375
"acm.plugin.not.ready": "The <bold>Red Hat Advanced Cluster Management for Kubernetes</bold> operator is installed, but the console plugin is not available. If you just completed the installation procedure within the last few minutes, wait a few moments for a web console update alert to appear. Click the link in the alert to refresh the web console to the latest version.",
375
376
"acm.plugin.not.ready.tips": "If the alert does not appear, confirm that a <code>MultiClusterHub</code> resource has been created and is available, and that the <code>acm</code> console plugin is enabled.",
`Non-OpenShift Container Platform clusters require LoadBalancer to be enabled to retrieve logs. Follow the steps here to complete LoadBalancer setup: ${DOC_BASE_PATH}/release_notes/red-hat-advanced-cluster-management-for-kubernetes-release-notes#non-ocp-logs`
0 commit comments