rook / nfs

Rook storage provider for NFS
Apache License 2.0
31 stars 10 forks source link

NFS Provisioner not upgraded after NFS Operator upgrade #6

Closed mecseid closed 3 years ago

mecseid commented 3 years ago

Is this a bug report or feature request?

Deviation from expected behavior: The NFS provisioner and NFSServer deployments not upgrading with the NFS Operator.

Expected behavior: After I upgraded the NFS Operator from v1.4.6 to v1.5.4 and v1.5.6, the rook-nfs-provisioner pods not upgraded.

I deployed the NFS operator (v.1.4.6), which created the rook-nfs-operator and rook-nfs-provisioner. After that I created an NFSServer, which works correctly. I upgraded the rook-ceph-operator and NFS operator to v1.5.4, but the provisioner and the created NFSServer stayed at v1.4.6.

How to reproduce it (minimal and precise):

$ kubectl get deployments -n rook-nfs-system -o wide
NAME                   READY   UP-TO-DATE   AVAILABLE   AGE    CONTAINERS             IMAGES            SELECTOR
rook-nfs-operator      1/1     1            1           138d   rook-nfs-operator      rook/nfs:v1.5.6   app=rook-nfs-operator
rook-nfs-provisioner   1/1     1            1           138d   rook-nfs-provisioner   rook/nfs:v1.4.6   app=rook-nfs-provisioner
github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

mecseid commented 3 years ago

It's still a bug.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 3 years ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.