thingsboard-ce-k8s icon indicating copy to clipboard operation
thingsboard-ce-k8s copied to clipboard

routes.yml

Open cleret opened this issue 3 years ago • 1 comments

routes.yml in https://github.com/thingsboard/thingsboard-ce-k8s/tree/master/minikube

error: unable to recognize "routes_original.yml": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"

The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions of Ingress is no longer served as of v1.22.

cleret avatar Dec 19 '21 09:12 cleret

You need to enable minikube addon named ingress:

https://thingsboard.io/docs/user-guide/install/cluster/minikube-cluster-setup/

midokura-agustin avatar Feb 16 '22 13:02 midokura-agustin