komljen / helm-charts

Helm charts - Apps for Kubernetes
154 stars 102 forks source link

Error: This command needs 1 argument: chart name #1

Closed maryxu closed 6 years ago

maryxu commented 6 years ago

[root@xxx ~]# helm search efk NAME CHART VERSION APP VERSION DESCRIPTION akomljen-charts/efk 0.1.0 1.0 A Helm chart for EFK stack

[root@xxx efk]# helm install akomljen-charts/efk -name test --namespace=efk Error: This command needs 1 argument: chart name

When I use helm to install efk, it prompts error of chart name. How should I install it correctly? Thanks for your time and guide!

komljen commented 6 years ago

You are using the wrong command, try this:

helm install akomljen-charts/efk --name test --namespace=efk