Ability to run Post Upgrade Steps for deploy-pipelines
and reindex
as Kubernetes CronJob
#287
Closed
2 of 3 tasks
Checks
Description
We need to add Kubernetes CronJobs for running
openmetadata-ops.sh deploy-pipelines
andopenmetadata-ops.sh reindex
as part of Post Upgrade Actions which can be triggered manually / automated with CIs orkubectl CLI
.This CronJobs will have ablilty to take additionalArgs required for the
openmetadata-ops.sh
script.It should be
suspend: true
by default.With
kubectl
, you can trigger it withkubectl create job <JOB_NAME> --from=cronjob/<CRON_JOB_NAME> --namespace <NAMESPACE_NAME>
.Proposed Implementation
N/A
Have you joined Openmetadata Slack community?
Yes
The text was updated successfully, but these errors were encountered: