rundeck-plugins / kubernetes

52 stars 59 forks source link

Support nodes-executors in multiple Kubernetes clusters #37

Closed hdimitriou closed 5 years ago

hdimitriou commented 5 years ago

On a project, through the 'edit nodes' I can add pods of various clusters to the list of nodes. When I want to execute a command to a pod only the 'Kubernetes / Pods / Node Executor' settings at the project level are honoured.

What I would like is to use 'Kubernetes Config File Path' from the Node itself - we have it on the configuration used to get this node and not the 'Kubernetes Config File Path' from the project settings. This way I will be able to access nodes on different K8s clusters and execute commands there

hdimitriou commented 5 years ago

I found out that we can put parameters on the 'Kubernetes Config File Path' of the project 'Kubernetes / Pods / Node Executor' config which suits my needs just fine