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

Parameter missing "--helm-auto-gen-values" in v0.15.20 #2241

Open
cosminmocan opened this issue Jan 18, 2024 · 0 comments
Open

Parameter missing "--helm-auto-gen-values" in v0.15.20 #2241

cosminmocan opened this issue Jan 18, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@cosminmocan
Copy link

General Information

  • Cilium CLI version: v0.15.20 compiled with go1.21.6 on darwin/amd64
  • Orchestration system version in use: kubectl server version v1.28.2+k3s1
  • Platform / infrastructure information: Debian 11, k3s, kernel 5.10.0-27-amd64

How to reproduce the issue
Followed the official Migration lab, and using that I started the migration on my infrastructure, the command used was adapted from the lab:
cilium install --helm-values values-migration.yaml --helm-auto-gen-values values-initial.yaml

Which returned the following error:
unknown flag: --helm-auto-gen-values

After reading the help section from the current version of cilium-cli (one specified above), I adapted/used the following command which worked, and generated the required file:
cilium install --helm-values values-migration.yaml --dry-run-helm-values values-initial.yaml > values-initial.yaml

If this behavior is normal, maybe updating the lab would be helpful, otherwise, I think a edit in the man page of cilium would help out users searching for the presumably deprecated parameter

@cosminmocan cosminmocan added the kind/bug Something isn't working label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant