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

Kind-specific suffix for getting logs #155

Open
1 of 3 tasks
jinnovation opened this issue Mar 27, 2023 · 1 comment
Open
1 of 3 tasks

Kind-specific suffix for getting logs #155

jinnovation opened this issue Mar 27, 2023 · 1 comment
Labels

Comments

@jinnovation
Copy link
Owner

jinnovation commented Mar 27, 2023

This suffix on kele-resource should support getting logs from all supported resources, e.g. pods, deployments, etc. The suffix on kele-resource would not be configurable, i.e. would not support --timestamps and --follow.

We can additionally provide a new prefix, kele-logs, that allows full configurability with all relevant toggles. This would have suffixes for each of the relevant kinds, e.g. one suffix for Pods.

Both should be disabled if user does not have the required auth (see #152).

Definition of Done

  • New kind-specific suffix added to kele-resource to allow fetching logs for a specific resource name when the selected kind is supported
  • New prefix kele-logs is implemented with flag configurability
  • Both of the above are disabled if user does not have the necessary auth
@jinnovation
Copy link
Owner Author

Blocked on #231.

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

No branches or pull requests

1 participant