Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

helm install Error: unknown flag: --name #473

Open
FrVaBe opened this issue Jun 15, 2023 · 0 comments
Open

helm install Error: unknown flag: --name #473

FrVaBe opened this issue Jun 15, 2023 · 0 comments

Comments

@FrVaBe
Copy link

FrVaBe commented Jun 15, 2023

Documentation issue

Description
The provided helm install examples do not work anymore with a recent helm version (3.x) as --name is an unknown flag now (see StackOverflow here).

Reproduce
Run a helm install where the --name flag is used

PS C:\Users\franz> helm install kafka-lag-exporter/kafka-lag-exporter --name kafka-lag-exporter
Error: unknown flag: --name

Environment

  • Windows 10
  • Helm v3.12.0

Resolution

The --name option is now a helm install argument

helm install [NAME] [CHART] [flags]

The helm install examples should be changed to

helm install kafka-lag-exporter kafka-lag-exporter/kafka-lag-exporter
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant