From cd3de7cbe7c76ae77473896c17d33fe8dcba11ec Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Mon, 10 Feb 2020 16:22:48 +0200 Subject: [PATCH] Added enable ingress controller command --- k8s/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/k8s/README.md b/k8s/README.md index e57790ffc4..2a62329219 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -9,6 +9,15 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must be If you do not already have a cluster, you can create one by using [Minikube](https://kubernetes.io/docs/setup/minikube), or you can choose any other available [Kubernetes cluster deployment solutions](https://kubernetes.io/docs/setup/pick-right-solution/). +### Enable ingress addon + +By default ingress addon is disable in the Minikube, and available only in cluster providers. +To enable ingress, please execute next command: + +` +$ minikube addons enable ingress +` + ## Installation Before performing initial installation you can configure the type of database to be used with ThingsBoard.