rundeck-plugins / kubernetes

52 stars 59 forks source link

Use node information for pod commands when fields are left unspecified #97

Closed kdebisschop closed 3 years ago

kdebisschop commented 3 years ago

In many cases, the correct node information is (name and namespace) is in the node context. Use that instead of requiring users to manually enter the information. Preserve the ability to specify node manually, especially for the case where a pod is created at the beginning of a job with a specified name that will then flow through the entire workflow.