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

Proposal: Add helper to initialize log datastores along with operator #10

Closed
smanpathak opened this issue Sep 20, 2019 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@smanpathak
Copy link
Contributor

Description

Presently, the logging operator uses cluster level Output CRs. Log sinks at cluster level are configured by admins once and left alone. To improve usability, we can initialize log outputs user wants along with the operator initialization

Use cases

  • Enable Kubernetes cluster admins provide log output CR along with operator installation.

Implementation Details

When installing the fluentd-operator, the output CRDs may not be present. To handle this case, the helper runs as a Kubernetes job which checks for their existence and fails if absent. Once the CRDs are created, it creates the needed output objects and quits.

@smanpathak smanpathak self-assigned this Sep 20, 2019
@smanpathak smanpathak added the enhancement New feature or request label Sep 20, 2019
@smanpathak
Copy link
Contributor Author

ef529df

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant