VM-Operator/example/rook-ceph/Readme.md

16 lines
548 B
Markdown
Raw Permalink Normal View History

2023-08-12 18:27:22 +02:00
# Example setup
The CRD must be deployed independently.
```sh
kubectl apply -f https://github.com/mnlipp/VM-Operator/raw/main/deploy/crds/vms-crd.yaml
```
Apart from that, the `kustomize.yaml` defines a namespace for the manager
2023-08-13 17:42:24 +02:00
(and the VMs managed by it) and applies patches to use `rook-cephfs` as
storage class (instead of the default storage class).
2023-08-12 18:27:22 +02:00
The `kustomize.yaml` does not include the test VM. Before creating
the test VM, you will again most likely want to change the
disk definition. The sample file claims a ceph block device.