Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install vault #136

Open
timolow opened this issue Mar 8, 2024 · 2 comments
Open

Unable to install vault #136

timolow opened this issue Mar 8, 2024 · 2 comments

Comments

@timolow
Copy link
Collaborator

timolow commented Mar 8, 2024

Describe the bug
Unable to install vault with provided wiki steps.

To Reproduce
Steps to reproduce the behavior:
(genestack) root@genestack-controller1:/opt/genestack/kustomize/vault/base# kustomize build . --enable-helm | kubectl apply -f -
Command 'kustomize' not found, but can be installed with:
snap install kustomize
error: no objects passed to apply

Expected behavior
kustomize should be installed in a prior step.

Server (please complete the following information):
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"

@timolow
Copy link
Collaborator Author

timolow commented Mar 8, 2024

curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
sudo install -o root -g root -m 0755 kustomize /usr/local/bin/kustomize

Allows for install to move forward

@pratik705
Copy link
Contributor

Thanks @timolow . We can utilize the kustomize option from kubectl. For the installation of other components, since we have already used the kustomize option of the kubectl CLI, I have updated the documentation accordingly. I addressed it as part of this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants