Skip to content

Add feature highlight blue dot to GKE "Clusters" sidebar item

Eric Eastwood requested to merge 41672-emphasize-gke-cluster-to-new-users into master

What does this MR do?

EE MR, https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4311

Are there points in the code the reviewer needs to double check?

BE MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16735

Remove the dismissal entry from the database

Here are some instructions on how to remove the persistent dismissal from the database, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16735#example-usage: bundle exec rails c -> Callout.find_by(user: User.find_by(username: 'root'), feature_name: 'gke_cluster_integration').update(dismissed_state: false) UserCallout.find_by(user: User.find_by(username: 'root'), feature_name: UserCallout.feature_names['gke_cluster_integration']).destroy. Because of a BE bug, you need to be an explicit admin of the project (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16735/diffs#note_56649940).


Previous blue dot feature highlight MRs

Todo

Why was this MR needed?

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #41672 (closed)

Edited by Eric Eastwood

Merge request reports