Stork agent does not honor listen-only flags
name: Bug report
about: Stork agent does not honor listen-only flags
Describe the bug It appears that despite --listen-only-* flags, Stork Agent starts the agent server.
To Reproduce
- Build v0.16
- Runs stork-agent --listen-prometheus-only
- Stork does the following: started serving Stork Agent address="0.0.0.0:8080"
Expected behavior I expect only prometheus endpoints
Environment:
- Stork v0.16.0
- OS: Debian Buster
Additional Information It seems that issue is located in CLI code of Stork Agent.
Regards
Edited by ymartin-ovh