Use Operator from Github #444
-
Hi, i can install operator using Github (Without local clone/install). For example use Kustomizations.yaml files point to github directly? I suspect some like that in https://github.com/artemiscloud/activemq-artemis-operator/tree/main/config directory, this contains some kustomizations.yaml files. In this moment i can installed operator locally (repo cloned such like documentation). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use the stuff in deply/install directory, it has all the resources you need to install the operator. |
Beta Was this translation helpful? Give feedback.
You can use the stuff in deply/install directory, it has all the resources you need to install the operator.
take a look at this script
https://github.com/artemiscloud/activemq-artemis-operator/blob/main/deploy/install_opr.sh
and other scripts for installing a cluster-wise operator.