Closed vkukk closed 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.
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.
Version
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.