InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
393 stars 40 forks source link

[Bug] Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: unknown object type "nil" in Secret.data.kcpassword #107

Closed pichuang closed 4 years ago

pichuang commented 4 years ago

What happened: Following the installation guide and it seems that there is no manifest in helm repository

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: unknown object type "nil" in Secret.data.kcpassword

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Prepare the primehub-values.yaml

$ helm repo add infuseai https://charts.infuseai.io
$ helm update
$ helm upgrade \
  primehub infuseai/primehub \
  --install \
  --create-namespace \
  --namespace hub  \
  --values primehub-values.yaml

coalesce.go:196: warning: cannot overwrite table with non table for extraEnv (map[])
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: unknown object type "nil" in Secret.data.kcpassword

Anything else we need to know?:

Environment:

hSATAC commented 4 years ago

Hi @pichuang

I believe this is related to helm v3

The latest release of PrimeHub CE (v2.7) supports helm 2

Would you mind try installing PrimeHub using helm v2?

We will be fixing this and migrated to helm v3 in the next release (PrimeHub CE v2.8)

It should be available in few days, you could also wait for the new release, thanks.

pichuang commented 4 years ago

Hi @hSATAC No problem. Please @ me when helm 3 is available.

hSATAC commented 4 years ago

@pichuang Thanks for your patience. PrimeHub CE v2.8 chart is released today. It supports helm 3 now.

You could also check out our installation example on https://www.katacoda.com/infuseai

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.