Browse Source

Added enable ingress controller command

pull/2413/head
Volodymyr Babak 6 years ago
parent
commit
cd3de7cbe7
  1. 9
      k8s/README.md

9
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.

Loading…
Cancel
Save