You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jinnovation
changed the title
New prefix: kele-logs
Kind-specific suffix for getting logs
Apr 15, 2024
This suffix on
kele-resource
should support getting logs from all supported resources, e.g. pods, deployments, etc. The suffix onkele-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
kele-resource
to allow fetching logs for a specific resource name when the selected kind is supportedkele-logs
is implemented with flag configurabilityThe text was updated successfully, but these errors were encountered: