pulp / pulp-operator

Kubernetes Operator for Pulp 3. Under active development.
https://docs.pulpproject.org/pulp_operator/
GNU General Public License v2.0
67 stars 50 forks source link

Pulp CR file_storage_size increase has no effect #1352

Closed vkukk closed 2 months ago

vkukk commented 2 months ago

Version

$ kubectl -n pulp get pod/pulp-operator-controller-manager-869d977f48-wkngz -o yaml|grep image:
    image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
    image: quay.io/pulp/pulp-operator:v1.0.0-beta.5
    image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
    image: quay.io/pulp/pulp-operator:v1.0.0-beta.5

Default pulp-minimal images.

Describe the bug When increasing Pulp CR value "file_storage_size", volume is not increased. No warning, just silent ignore.

To Reproduce Increase spec.file_storage_size kubectl apply -f pulp.yaml

Observe that nothing happens.

Expected behavior Pulp operator increases pvc size, resizes it. Pulp is automatically having larger file_storage_size volume.

gerrod3 commented 2 months ago

There are too many vendors for storage backends that we can't possibly support every one of them. See https://github.com/pulp/pulp-operator/issues/985 for more info.