Skip to content

Remove :rbac_clusters feature flag

Thong Kuah requested to merge 51009-remove-rbac-clusters-feature-flag into master

What does this MR do?

Now that Auto DevOps can run in a RBAC enabled cluster from #51942 (closed), we can now remove the FF.

As the flag only governed if UI elements would appear or not when creating/adding existing clusters; the effect of removing the FF would be that the checkbox to choose to enable RBAC clusters will now always appear.

TIP review this change with "Hide whitespaces" :)

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/51009

Testing

  • package-and-qa (all passes except ce:update - known issue)
  • Run Auto Devops pipeline for RBAC-only cluster
    • Run Feature.disable :rbac_clusters
    • restart gdk
    • create new RBAC-only cluster
    • run auto-devops pipeline

Does this MR meet the acceptance criteria?

Closes #51009 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports