From 31bb81b53fa45381bcae3fec4aa59c2c1b075aae Mon Sep 17 00:00:00 2001 From: Steven Davidovitz <13248+steved@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:34:42 -0800 Subject: [PATCH] update README.md for v3 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d8165..1a991d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -[![CircleCI](https://circleci.com/gh/dominodatalab/terraform-gcp-gke.svg?style=svg&circle-token=dfa46ce0cbeb40ea61fd9e96f7c6a05d5a87c3f7)](https://circleci.com/gh/dominodatalab/terraform-gcp-gke) # Domino GKE Terraform Terraform module which creates a Domino deployment inside of GCP's GKE. +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/dominodatalab/terraform-gcp-gke/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/dominodatalab/terraform-gcp-gke/tree/main) + +:warning: Important: If you have existing infrastructure created with a version of this module < `v3.0.0` you will need to update the input variable structure. + +In addition, a new enabled-bydefault variable to control [GKE dataplane v2](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) has been introduced: `gke.advanced_datapath`. For existing infrastructure, make sure to set it to `false` otherwise it will **recreate -your cluster**. + ## Usage ### Create a Domino development GKE cluster