wireapp / wireapp/wire-server-deploy
Unable to install wire-server with helm
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 113
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
When I try to install the server demo, I have the following error:
helm upgrade --install databases-ephemeral wire/databases-ephemeral --wait
Release "databases-ephemeral" does not exist. Installing it now.
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"
I'm very new to kubernetes so I have no idea how to ever troubleshoot this.
Thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the helm upgrade --install databases-ephemeral wire/databases-ephemeral --wait command and inspect the wire/databases-ephemeral chart manifests, especially the Deployment using extensions/v1beta1. Check which Kubernetes API version the target cluster supports. Done means the server demo chart installs successfully without the reported unrecognized-kind error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100