Steps to Reproduce
- Clone the repository.
- Create a KIND cluster.
- Run:
- Observe the error:
Error: unknown flag: --version
If --version is replaced with --chart-version, the installation fails again with:
Error: unknown flag: --cluster-name
Expected Behavior
make cli-install should successfully install Odigos using the current CLI without requiring manual changes to the Makefile.
Steps to Reproduce
If
--versionis replaced with--chart-version, the installation fails again with:Expected Behavior
make cli-installshould successfully install Odigos using the current CLI without requiring manual changes to the Makefile.