Installing Infinispan operator in OpenShift as a pre-requisite
Infinispan operator is a pre-requisite to deploy Infinispan clusters. It needs to be completed before Installing Infinispan on OpenShift can begin.
Prerequisites
This requires a running OpenShift instance, any OpenShift instance should work.
To set up OpenShift on AWS, use Red Hat OpenShift Service on AWS (ROSA).
The script rosa_create_cluster.sh automatically installs the Infinispan operator and no other action is required.
|
Installation
-
Check out the Git repository from https://github.com/keycloak/keycloak-benchmark.
-
Change to the folder
provision/infinispan
. -
Login into your Openshift cluster.
-
Run the
install_operator.sh
.
For an alternative installation procedure, check the Infinispan Documentation. |