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/Makefile b/Makefile
index 5a67727..92dcd86 100644
--- a/Makefile
+++ b/Makefile
@@ -129,10 +129,19 @@
 # Manually remove some image from this list as they don't reflect the new 
 # naming conventions for the VOLTHA build
 FETCH_K8S_IMAGE_LIST = \
+       alpine:3.6 \
        consul:0.9.2 \
+       fluent/fluentd:v0.12.42 \
+       gcr.io/google_containers/defaultbackend:1.4 \
+       gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.1 \
+       k8s.gcr.io/fluentd-gcp:1.30 \
+       kamon/grafana_graphite:3.0 \
+       marcelmaatkamp/freeradius:latest \
+       quay.io/coreos/hyperkube:v1.9.2_coreos.0 \
        quay.io/coreos/etcd-operator:v0.7.2 \
-       wurstmeister/kafka:1.0.0 \
-       zookeeper:3.4.11
+       quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.10.2 \
+       wurstmeister/kafka:latest \
+       zookeeper:latest
 
 FETCH_IMAGE_LIST = $(shell echo $(FETCH_BUILD_IMAGE_LIST) $(FETCH_COMPOSE_IMAGE_LIST) $(FETCH_K8S_IMAGE_LIST) | tr ' ' '\n' | sort -u)