ceph / ceph-csi-operator

Kubernetes operator for managing the CephCSI plugins
Apache License 2.0
16 stars 18 forks source link

doc: add quick-start guide #148

Closed Madhu-1 closed 2 weeks ago

Madhu-1 commented 1 month ago

Describe what this PR does

added a quick start guide for the minimal installation

Is there anything that requires special attention

List items that are not part of the PR and do not impact it's functionality, but are work items that can be taken up subsequently.

Checklist:

Madhu-1 commented 1 month ago

@nb-ohad PTAL

Madhu-1 commented 1 month ago

@nb-ohad PTAL

Madhu-1 commented 1 month ago

I am surprised that the guide does not mention building the operator. Even if this is making use of published images, I think developers want to test locally built images with their local changes.

That will be a follow-up to add/update the document on how to test the local changes.

Madhu-1 commented 3 weeks ago

I tried the steps in the guide and they all work with one exception:

Creation of the clientProfile fails like this:

Error from server (BadRequest): error when creating "STDIN": ClientProfile in version "v1alpha1" cannot be handled as a ClientProfile: strict decoding error: unknown field "spec.cephFs.subvolumeGroup"

Thats for catching it, it was a typo from my side, its fixed now

Madhu-1 commented 3 weeks ago

@nb-ohad PTAL