kudobuilder / kudobuilder/kuttl
Document CLI env flags override TestSuite file
- Dominant language
- Go
- Stars
- 824
- Forks
- 103
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 6
Description
The kuttl cli overrides the testsuite file... with the exception of the test env. (this is a require to fix that).
If the `kuttl-test.yaml` has a configuration for `startControlPlane: true` and the cli is started with `--start-kind`.... the cli override should start kind.
Perhaps we should have an override that allows to point at a cluster (currently it is the default that is selected if nothing is provided).
Contributor guide
Research direction
Start by tracing how the kuttl CLI reads kuttl-test.yaml and handles the --start-kind flag, then compare those values with startControlPlane: true. Clarify whether the requested cluster-target override is part of the same change; done means CLI environment flags take precedence over the TestSuite configuration and the behavior is covered by the relevant CLI tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- cli, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100