sitewhere / sitewhere-k8s

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

Faild to install CRD #182

Open eladAlfa opened 2 years ago

eladAlfa commented 2 years ago

Hi, I am trying to setup a development server for Sitewhere,

I tried to walk through the Deployment Guide - https://sitewhere.io/docs/2.1.0/guide/deployment/##installing-the-chart

my first problem was:

  1. the file ./sitewhere/dev-values.yaml is missing

I tried follow the instuructions here: https://github.com/sitewhere/sitewhere-k8s/tree/master/charts

  1. the command: "helm install --name sitewhere-crds crds/." is not working, so I tried to replace it with: $ helm install sitewhere-crds ./crds/ the result was: Error: INSTALLATION FAILED: Chart.yaml file is missing

I would appreciate any help.