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

Helm Install, "Error: create: failed to create: namespaces "sumologic" not found" #571

Closed
JeremyProffitt opened this issue Apr 7, 2020 · 0 comments · Fixed by #686
Closed
Labels
documentation documentation helm3 helm3 related issues

Comments

@JeremyProffitt
Copy link

The Helm examples, should be updated for Helm v3

Helm 3 also does not respect the -namespace flag, you must create the namespace manually:

kubectl create namespace sumologic

and set it as the default name space before running helm

kubectl config set-context --namespace=sumologic

this is discussed here: helm/helm#5628

@vsinghal13 vsinghal13 added documentation documentation helm3 helm3 related issues labels Apr 8, 2020
@vsinghal13 vsinghal13 linked a pull request Jun 4, 2020 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation helm3 helm3 related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants