From 7b2f35c7d4a56338bc3366a568b049b88ac60dab Mon Sep 17 00:00:00 2001
From: Carlos Tolon <ctolon22@users.noreply.github.com>
Date: Tue, 14 Apr 2020 08:11:10 +0200
Subject: [PATCH] Update vars.md (#5947)

Add the `container_manager` variable as a Cluster Variable in the global Docs
---
 docs/vars.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/vars.md b/docs/vars.md
index 9797aeac3..36e810e37 100644
--- a/docs/vars.md
+++ b/docs/vars.md
@@ -50,6 +50,7 @@ Kubernetes needs some parameters in order to get deployed. These are the
 following default cluster parameters:
 
 * *cluster_name* - Name of cluster (default is cluster.local)
+* *container_manager* - Container Runtime to install in the nodes (default is docker)
 * *dns_domain* - Name of cluster DNS domain (default is cluster.local)
 * *kube_network_plugin* - Plugin to use for container networking
 * *kube_service_addresses* - Subnet for cluster IPs (default is
-- 
GitLab