Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Installing the Lightbits Operator on OpenShift 4.19
The following are instructions for how to install Lightbits Operator on OpenShift version 4.19.
You will first need to create a new project for the CSI, using #oc new-project <project-name>.
Install the operator using the OpenShift Web Console.
Create the cluster and csidriver CRs in your own selected OpenShift project.
The following steps detail how to install the Lightbits CSI using the Red Hat OperatorHub.
Use the OpenShift Web Console to install the Lightbits Operator. Select the OperatorHub and search for Lightbits and follow the on-screen instructions.
Click Lightbits Operator.

Click Install.

Click Install.

Click View Operator if you want to inspect it.


Create a secret yaml file for the Lightbits cluster. Below is a sample of a secret file. Make sure to change the
<name>and<namespace>, and add the base64 format Lightbits JWT token.
Deploy the secret file and verify:
# oc apply -f <secret>.yaml
# oc get secret -n <namespace>
Create a Lightbits Cluster Custom Resource (CR) and install it. Below is an example of the CR. Make sure to change the IP addresses and other relevant fields.
# oc apply -f <lightbits-cluster.yaml>
Create a Lightbits CSI Driver CR and install it. Below is a sample of the CSI driver CR.
# oc apply -f <lightbits-csidriver.yaml>
Verify to ensure that the
statefulsetanddaemonsetare running.
# oc -n <project> get sts,ds,pods
Create a storage class and install it. Below is an example of a storage class. Make sure to change the values to reflect your cluster.
# oc apply -f <lightbits-sc.yaml>
Verify:
# oc -n <namespace> get sts,ds,pods
This completes the procedure. You can now create the pods and pvc to test it.
© 2026 Lightbits Labs™