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

No Job configuration display on the UI #853

Open
YoucefGuichi opened this issue Apr 2, 2024 · 0 comments
Open

No Job configuration display on the UI #853

YoucefGuichi opened this issue Apr 2, 2024 · 0 comments

Comments

@YoucefGuichi
Copy link

YoucefGuichi commented Apr 2, 2024

Gimlet by default supports only Deployment configuration, So when having a different configuration like a job, it doesn't show up on the UI.

I suggest to have somehow a unified configuration on the UI for the main k8s workloads, the configuration can show the following:

  • Phase: we can still show the pods status: pending, running, completed
  • We give the pod more context, is it controlled by a Deployment Statefulset DaemonSet Job Cronjob
  • Based on the controller, the info about the pods running might change, in case of a job let's say we can show:
    • If the job is healthy and successfully could trigger a pod to run a certain workflow.
    • The current triggered pod's status, that triggered by the job.
    • The logs of the current pod that the job triggered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant