From 4fea814c3c37a69a14f962ce06068e5716c1938f Mon Sep 17 00:00:00 2001 From: myan Date: Mon, 27 May 2024 02:21:03 +0000 Subject: [PATCH] deploy maestro with docker Signed-off-by: myan --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5518043c..1dedc5ce 100755 --- a/README.md +++ b/README.md @@ -321,7 +321,13 @@ Login Succeeded! Deploy maestro: -We will push the image to your OpenShift cluster default registry and then deploy it to the cluster. You need to follow [this document](https://docs.openshift.com/container-platform/4.13/registry/securing-exposing-registry.html) to expose a default registry manually and login into the registry with podman. +Before deploying maestro to the Openshift cluster, we will first build image. By default, the container tool is `podman`, but you can override it to use `docker` when necessary. +```shell +$ export container_tool=docker +``` + +Then we will push the image to your OpenShift cluster default registry and then deploy it to the cluster. You need to follow [this document](https://docs.openshift.com/container-platform/4.13/registry/securing-exposing-registry.html) to expose a default registry manually and login into the registry with podman. You can also specific the image information with the environment variables `external_image_registry`, `image_repository` and `image_tag` + ```shell $ make deploy