mayadata-io / d-operators

Declarative patterns to write kubernetes controllers
Apache License 2.0
10 stars 7 forks source link

feat(command): add command cr that creates a k8s job #146

Closed AmitKumarDas closed 4 years ago

AmitKumarDas commented 4 years ago

This custom resource helps in running shell / terminal commands from within a Kubernetes job. The output of these commands are grabbed and set against this Command's status field.

Signed-off-by: AmitKumarDas amit.das@mayadata.io

AmitKumarDas commented 4 years ago

:tada: This PR is included in version 1.11.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: