Skip to content

Hide Cloud Run on GKE behind a feature flag

Matt Kasa requested to merge gitlabktl-54-cloud-run-feature-flag into master

What does this MR do?

Hide Cloud Run on GKE behind a feature flag

Currently creating a cluster using Cloud Run on GKE results in a cluster that serverless functions cannot be deployed to due to the issue described in: gitlabktl#54 (closed)

This hides the feature behind a feature flag until that issue can be addressed in either gitlabktl or upstream in the tm cli.

Screenshots

Before (or with the :create_cloud_run_clusters feature flag enabled): Before

After (or with the :create_cloud_run_clusters feature flag disabled): After

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
Edited by 🤖 GitLab Bot 🤖

Merge request reports