Linstor Operator Builder creates the Linstor Operator from the Piraeus Operator. The Linstor Operator is available to LINBIT customers. Installation and usage is documented here.
The Linstor Operator Docker image can be built with:
make IMAGE=<TAG> operator
The Linstor Operator version is currently exactly the same as the version of the Piraeus Operator from which it was generated.
The Linstor Operator can be deployed using a generated Helm chart.
The chart generation requires yq
.
The chart can be built with:
make chart pvchart
And published with:
make UPSTREAMGIT=<URL> publish
The Helm chart has its own version, independent of the Piraeus Operator Helm chart.
make BUILDENV=release olm
docker/podman build -t <bundle-name> --build-arg CHANNELS=alpha,stable out/olm-bundle/<version>