Skip to content

Add Cluster Error Messages

Emily Ring requested to merge 220182-cluster-error-tooltip into master

What does this MR do?

Under our feature flag, Feature.enabled?(:clusters_list_redesign), we have a cluster list that displays node and memory information. Since we are querying an external Kubernetes cluster, the information may fail to load.

We have an issue to display error message when clusters fail to load: #220182 (closed)

This MR will:

  • Add vue new component that displays cluster error messages
  • Add new constants for the error text
  • Update associated test

Screenshots

Generic Error: image

Authentication Error: image

Connection Error: image

HTTP Error: image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #220182 (closed)

Edited by Mayra Cabrera

Merge request reports