rundeck-plugins / kubernetes

52 stars 59 forks source link

Added support for freeform pods #139

Closed neuromantik33 closed 1 year ago

neuromantik33 commented 1 year ago

Needed to be able to spin pods with service accounts on GKE (needed for workload identity), and stdin:true and tty:true options set. That way I can execute arbitrary scripts into them. :+1: