From 706b34bcf38f2e66b451e1e02d67cbda3a7769ff Mon Sep 17 00:00:00 2001 From: Charles Kenney Date: Thu, 20 May 2021 09:22:25 -0400 Subject: [PATCH] add disclaimer to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d46c2a0..e3486ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Kubernetes Terraform installer for Linode Instances +:warning: | This project is experimental and should not be used in production environments. +:---: | :--- + + This Terraform module creates a Kubernetes Cluster on Linode Cloud infrastructure running Ubuntu. The cluster is designed to take advantage of the Linode regional private network, and is equiped with Linode specific cluster enhancements. Cluster size and instance types are configurable through Terraform variables.