Commit cd3de7cbe7c76ae77473896c17d33fe8dcba11ec

Authored by Volodymyr Babak
1 parent bdee8951

Added enable ingress controller command

Showing 1 changed file with 9 additions and 0 deletions
... ... @@ -9,6 +9,15 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must be
9 9 If you do not already have a cluster, you can create one by using [Minikube](https://kubernetes.io/docs/setup/minikube),
10 10 or you can choose any other available [Kubernetes cluster deployment solutions](https://kubernetes.io/docs/setup/pick-right-solution/).
11 11
  12 +### Enable ingress addon
  13 +
  14 +By default ingress addon is disable in the Minikube, and available only in cluster providers.
  15 +To enable ingress, please execute next command:
  16 +
  17 +`
  18 +$ minikube addons enable ingress
  19 +`
  20 +
12 21 ## Installation
13 22
14 23 Before performing initial installation you can configure the type of database to be used with ThingsBoard.
... ...