As you can see in the attached picture, we received an email from [tag:The Google Kubernetes Engine Team] that there will be a new flag for disabling default Prometheus in cluster
after March 15, 2023, all newly created Google Kubernetes Engine standard clusters will have Managed Service for Prometheus in-cluster components deployed by default. To deploy clusters without Managed Service for Prometheus, it can disable it on new GKE standard clusters by adding the flag
--no-enable-managed-prometheus
when creating a new GKE standard cluster, e.g.gcloud container clusters create --no-enable-managed-prometheus
I searched in the release note page but I could not find it, I would like to know is it an upcoming feature or a released feature? If it is an existing feature, where can I find some documentation about it?
Is there anybody have more info about this email? email from The Google Kubernetes Engine Team