Let’s Add Some Storage to Our Cluster

less than 1 minute read

In this week’s post, I am going to show you how to add the Rook Operator for Ceph Storage to your cluster.

Rook and Ceph are the upstream projects that make up OpenShift Container Storage. You can find them here:

Since our cluster is disconnected from the internet, we are going to have to do some fun gymnastics to install the Rook Operator. Otherwise, the installation and setup is pretty straight forward.

In this exercise we will:

  • Install podman and crun on our OpenWRT bastion Pi server.
  • Pull and tag images for Rook and Ceph
  • Push those images into our Nexus registry running on the bastion Pi.
  • Install the Operator
  • Create a PVC and attach it to the OpenShift internal registry.

Follow this link to get started: Set Up Ceph Storage

That’s it for this week. I haven’t decided yet what we’re going to do next week. We may set up Tekton pipelines, or configure Gitea on the bastion host… Maybe we’ll do both.

See you next week!

Updated: