openebs/charts

What does admission-server do?

Closed this issue · 1 comments

Hi
Not sure if this is the right place, but I'll try it anyway. What I loose if I deactivate the admission server? I understand what an admission controller does generally, which is "validate" k8s objects. But I can't find information about what exactly does this admission controller on the documentation.
Thanks for your time.
PD: The chart and openebs are very cool projects, thanks !

@alexppg openebs admission controller basically validates the following operations

  • PVC delete operations for cstor volumes to validate source PVC can't be deleted if cloned PVC exists
  • Validates that the cloned PVC size is same as source PVC size
  • Openebs namespace validation if openebs pool/volume exists

We are working on the docs update and definately going to add the docs related admission controller as well. thanks for pointing this out