VOL-570 : Install Kubernetes in production and test modes

- Supports offline installation for k8s
- Configs and deploys voltha components

Change-Id: I29eb87c035cea1e86176bb2e30d36278760ece82
diff --git a/install/install.cfg b/install/install.cfg
index 4bf0b66..8a94851 100644
--- a/install/install.cfg
+++ b/install/install.cfg
@@ -11,14 +11,11 @@
 # consulLimit=5
 
 # Specify the cluster framework type (swarm or kubernetes)
-cluster_framework="swarm"
-
-# Docker registry address
-#cluster_registry="localhost:5000"
+# cluster_framework="kubernetes"
 
 # Address range for kubernetes services
-#cluster_service_subnet="192.168.0.0\/18"
+# cluster_service_subnet="192.168.0.0\/18"
 
 # Address range for kubernetes pods
-#cluster_pod_subnet="192.168.64.0\/18"
+# cluster_pod_subnet="192.168.128.0\/18"