wave icon indicating copy to clipboard operation
wave copied to clipboard

helm installation instructions don't work

Open tpo opened this issue 3 years ago • 8 comments

This doesn't work:

$ helm repo add wave-k8s https://wave-k8s.github.io/wave/
$ helm install wave-k8s/wave
$ helm repo add wave-k8s https://wave-k8s.github.io/wave/
"wave-k8s" has been added to your repositories
$ helm install wave-k8s/wave
Error: INSTALLATION FAILED: must either provide a name or specify --generate-name

$ helm version
version.BuildInfo{Version:"v3.8.1", GitCommit:"5cb9af4b1b271d11d7a97a71df3ac337dd94ad37", GitTreeState:"clean", GoVersion:"go1.17.5"}

tpo avatar Mar 30 '22 13:03 tpo

You forgot to set a name for your installation

helm install wave wave-k8s/wave -n wave-system

karoljkocmaroshtec avatar Apr 04 '22 07:04 karoljkocmaroshtec

You forgot to set a name for your installation

helm install wave wave-k8s/wave -n wave-system

Yes, or use --generate-name. My suggestion is to add --generate-name to the documentantion, so that the project has working install instructions in the README.

tpo avatar Apr 04 '22 09:04 tpo

@tpo That is not wave-specific. It is basic helm usage. However, that PR should be easy enough.

mwmahlberg avatar May 26 '22 17:05 mwmahlberg

❯ helm install wave wave-k8s/wave -n wave-system
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/alexjones/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/alexjones/.kube/config
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "wave-wave" namespace: "" from "": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "wave-wave" namespace: "" from "": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"
ensure CRDs are installed first]

What am I doing wrong ?

AlexsJones avatar Jul 04 '22 13:07 AlexsJones

@AlexsJones I'd suggest to open a new ticket. I think this is not the same problem as the origial one in this thicket.

tpo avatar Jul 11 '22 11:07 tpo

Looks like we have to apply the CRDs ourselves as part of the installation, however it's not mentioned clearly that the helm chart won't install these.. which is a bit confusing as I would hope most people are using RBAC these days and expect these to be a part of the helm chart.

Routhinator avatar Aug 08 '22 18:08 Routhinator

This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.

github-actions[bot] avatar Oct 08 '22 01:10 github-actions[bot]

Not stale, just not actioned. This is still a problem.

Routhinator avatar Oct 11 '22 18:10 Routhinator

@github-actions this was not completed. This is still a problem and helm installation does not work.

Routhinator avatar Oct 19 '22 20:10 Routhinator