From 8ca333706cf7ace0552881e92105f4313814c4ba Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Sat, 2 May 2020 21:39:07 +0000 Subject: [PATCH] kalm (K8s Application lifecycle manager) addon config added (#3459) * kalm addon config added * kalm addon tests added * Update resource_container_cluster_test.go.erb * PR comments fixed Signed-off-by: Modular Magician --- .changelog/3459.txt | 3 +++ website/docs/r/container_cluster.html.markdown | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .changelog/3459.txt diff --git a/.changelog/3459.txt b/.changelog/3459.txt new file mode 100644 index 00000000000..fbbf9850005 --- /dev/null +++ b/.changelog/3459.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +* container: added `kalm_config` addon to `google_container_cluster` (beta-only) +``` diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index da215e182ff..13d7db6360a 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -338,6 +338,9 @@ The `addons_config` block supports: * `gce_persistent_disk_csi_driver_config` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)). Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. Defaults to disabled; set `enabled = true` to enable. +* `kalm_config` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)). + Configuration for the KALM addon, which manages the lifecycle of k8s. It is disabled by default; Set `enabled = true` to enable. + This example `addons_config` disables two addons: ```hcl