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

Improve Error Handling #112

Open
srueg opened this issue Oct 1, 2020 · 0 comments
Open

Improve Error Handling #112

srueg opened this issue Oct 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@srueg
Copy link
Contributor

srueg commented Oct 1, 2020

Context

Currently the operator logs are the only place where errors show up. These is a rather low level and not visible for regular users.

To improve this, the operator should expose errors and other information in the form of .status conditions and Kubernetes events.

See also:

Alternatives

An alternative would be to create a custom field in the object's status containing any error messages. While this might be easier to implement, it would not adhere to Kubernetes standards and makes it therefore harder to work with.

@srueg srueg added the enhancement New feature or request label Oct 1, 2020
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