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

Expand documentation of elastic-operator command-line #7739

Open
rseldner opened this issue Apr 22, 2024 · 0 comments
Open

Expand documentation of elastic-operator command-line #7739

rseldner opened this issue Apr 22, 2024 · 0 comments
Labels
>docs Documentation

Comments

@rseldner
Copy link

Proposal

The Configure ECK documentation contains references to an elastic-operator command line tool.

ECK can be configured using either command line flags or environment variables.
...
The operator can be started using any of the following methods to achieve the same end result:

Configuration file method
./elastic-operator manager --config=eck-config.yaml
Command-line flags method
./elastic-operator manager --log-verbosity=2 --metrics-port=6060 --namespaces=ns1,ns2,ns3
Environment variables method
LOG_VERBOSITY=2 METRICS_PORT=6060 NAMESPACES="ns1,ns2,ns3" ./elastic-operator manager

Source: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-operator-config.html

There is no explanation on how to use elastic-operator nor where it resides.

It would be helpful to new users to document instructions on how to actually use these command line methods.

@rseldner rseldner added the >docs Documentation label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs Documentation
Projects
None yet
Development

No branches or pull requests

1 participant