FikaWorks / kubectl-plugins

A list of plugins that enhance the kubectl CLI
Apache License 2.0
22 stars 1 forks source link

Feature request: Allow passing multiple cronjobs #6

Closed austince closed 4 years ago

austince commented 4 years ago

Hey, thanks for the great tool. I'm wondering how difficult it would be to support passing multiple cronjobs to exec, so we could use the plugin like:

kubectl exec-cronjob some-cj-{a,b,c}

Thanks again!

moredhel commented 4 years ago

Hi @austince,

thanks for the bug report. Kubernetes has merged this functionality into core, we would recommend using that now. https://github.com/FikaWorks/kubectl-plugins/pull/10/.

You can refer to the docs here: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-job-em-