skilld-labs / rundeck-kubernetes-step-plugin

A rundeck plugin which allow to create(/run/delete) kubernetes jobs from rundeck jobs
8 stars 9 forks source link

Make job builder more flexible #2

Open jbguerraz opened 7 years ago

jbguerraz commented 7 years ago

At the moment the job builder is highly structured and doesn't allow to use much of the pod spec features. Probably better to let the user input the piece of yaml he want so he could use any k8s feature. Maybe keep the simple form for simple usage and provide an "advanced usage" form with a single yaml field ?

bobhenkel commented 6 years ago

This would really help. The clusters I have run with RBAC and I'd like to select which K8s service account to run the job as.

jbguerraz commented 6 years ago

@bobhenkel We're going to use RBAC soon so we gonna probably work on it then. meanwhile if you feel it, feel free to contribute :)