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

Getting cronjob-controller API logs from K8s #33789

Closed
gfrid opened this issue Jun 27, 2024 · 2 comments
Closed

Getting cronjob-controller API logs from K8s #33789

gfrid opened this issue Jun 27, 2024 · 2 comments

Comments

@gfrid
Copy link

gfrid commented Jun 27, 2024

Component(s)

receiver/k8scluster, receiver/k8sevents, receiver/k8sobjects

Is your feature request related to a problem? Please describe.

When having a lot of cronjobs in k8s, there is no way to know if it has created/deleted and completed successfully.

Describe the solution you'd like

Would like to see events for k8s cronjobs. The logs can be seen when k8s cronjob described.

  Type    Reason            Age   From                Message
  ----    ------            ----  ----                -------
  Normal  SuccessfulCreate  23m   cronjob-controller  Created job helmcronjobs-test1-28657920
  Normal  SuccessfulDelete  23m   cronjob-controller  Deleted job helmcronjobs-test1-28657920
  Normal  SawCompletedJob   23m   cronjob-controller  Saw completed job: helmcronjobs-test1-28657920, status: Complete

Describe alternatives you've considered

Develop solution with Kubernetes python to run and pull the logs from the cronjob API

Additional context

Allow to see cronjob-controller logs in Coralogix

Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@gfrid
Copy link
Author

gfrid commented Jul 2, 2024

@gfrid gfrid closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant