sitewhere / sitewhere-k8s

SiteWhere / Kubernetes integration including Helm Charts
18 stars 23 forks source link

Failed to install sitewhere with helm #165

Closed GauravRatnawat closed 3 years ago

GauravRatnawat commented 3 years ago

Describe the bug I was trying to install sitewhere using helm chart by following the instruction in https://sitewhere.io/docs/2.1.0/deployment/#install-sitewhere-from-sitewhere-helm-repository

But I am getting the following error: Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Gateway" in version "networking.istio.io/v1alpha3", unable to recognize "": no matches for kind "VirtualService" in version "networking.istio.io/v1alpha3"]

Provide Information Output of helm version: version.BuildInfo{Version:"v3.2.4", GitCommit:"0ad800ef43d3b826f31a5ad8dfbb4fe05d143688", GitTreeState:"clean", GoVersion:"go1.13.12"}

Output of kubectl version: Client Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.6-beta.0", GitCommit:"e7f962ba86f4ce7033828210ca3556393c377bcc", GitTreeState:"clean", BuildDate:"2020-01-15T08:26:26Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.6-beta.0", GitCommit:"e7f962ba86f4ce7033828210ca3556393c377bcc", GitTreeState:"clean", BuildDate:"2020-01-15T08:18:29Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"}

Output of helm ls sitewhere Empty

Cloud Provider/Platform (AKS, GKE, Minikube etc.): I was installing on MacOS Mojave

SiteWhere App Version:

SiteWhere Chart Version: Not sure

To Reproduce Steps to reproduce the behavior:

kubectl get namespace -L istio-injection kubectl label namespace default istio-injection=enabled helm repo add sitewhere https://sitewhere.io/helm-charts helm repo update helm install sitewhere sitewhere/sitewhere Expected behavior Sitewhere shall be installed without issues.

Additional context Add any other context about the problem here.