/AresJobInitializer

Initializer for aresjob

Primary LanguageGoApache License 2.0Apache-2.0

AresJobInitializer

This repository is the implementation of initializer for AresOperator. It is used as initContainers of an AresJob, aiming to provide a general mechanism for startup dependency between roles.

Prerequisites

  • Docker

Build a docker image

docker build -t ${IMAGE_NAME} .