From 44d27e8eea45319ae14688721c223460a175e35d Mon Sep 17 00:00:00 2001 From: Pavel Pscheidl Date: Tue, 9 Feb 2021 12:49:12 +0100 Subject: [PATCH] Update README.md --- operator/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/operator/README.md b/operator/README.md index bb83b8b..4036967 100644 --- a/operator/README.md +++ b/operator/README.md @@ -31,8 +31,12 @@ After creating the resource by using`kubectl apply -f h2o.yaml`, all the necessa Deletion is as simple as `kubectl delete h2o h2o-test`. ## Deployment -The operator is not officially released as a Docker container yet, nor is it available on OperatorHub or as a Red Hat Certified operator. In order to use it, a Docker container must be built first. +Operator images are available on: +- [Docker hub](https://hub.docker.com/repository/docker/h2oai/h2o-k8s-operator) +- [OpenShift](https://catalog.redhat.com/software/containers/h2oai/h2o-operator/5fe0df48ac3db90370a26893) as a certified operator. + +Or build from scratch: ```shell docker build --build-arg H2O_VERSION=custom -t h2o-operator:custom -f docker/public/Dockerfile-h2o-release build/ ``` @@ -95,4 +99,4 @@ externally. ## Technical documentation -Technical documentation signpost is to be found in the [documentation](documentation/README.md) folder. \ No newline at end of file +Technical documentation signpost is to be found in the [documentation](documentation/README.md) folder.