rebase: use csi-provisioner:v6.2.0 to support VolumeAttributesClass#6139
Conversation
|
/test ci/centos/mini-e2e/k8s-1.35/nfs |
|
/test ci/centos/mini-e2e/k8s-1.35/cephfs |
|
@Mergifyio queue |
Merge Queue StatusRule:
This pull request spent 30 minutes 15 seconds in the queue, including 30 minutes 2 seconds running CI. Required conditions to merge
ReasonThe merge conditions cannot be satisfied due to failing checks Failing checks: HintYou may have to fix your CI before adding the pull request to the queue again. |
|
@Mergifyio queue |
Merge Queue StatusRule:
This pull request spent 1 hour 12 minutes 6 seconds in the queue, including 1 hour 11 minutes 49 seconds running CI. Required conditions to merge
ReasonThe merge conditions cannot be satisfied due to failing checks Failing checks: HintYou may have to fix your CI before adding the pull request to the queue again. |
|
/test ci/centos/mini-e2e/k8s-1.35/nfs |
|
@Mergifyio queue |
Merge Queue StatusRule:
This pull request spent 27 minutes 52 seconds in the queue, including 27 minutes 41 seconds running CI. Required conditions to merge
ReasonThe merge conditions cannot be satisfied due to failing checks Failing checks: HintYou may have to fix your CI before adding the pull request to the queue again. |
|
@Mergifyio rebase |
NFS supports changing the NFS-server hostname through VolumeAttributesClass on Kubernetes 1.35 and newer. The external-provisioner needs to annotate PVs with a reference to a Secret so that the external-resizer can update the requested parameters. The HonorPVReclaimPolicy feature-gate flag has been removed, the feature is GA since Kubernetes v1.33. There is no need to pass the flag anymore. See-also: kubernetes-csi/external-provisioner#1440 Signed-off-by: Niels de Vos <ndevos@ibm.com>
✅ Branch has been successfully rebased |
aedf722 to
fca565c
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
|
/test ci/centos/k8s-e2e-external-storage/1.34 |
|
/test ci/centos/mini-e2e-helm/k8s-1.35 |
|
/test ci/centos/upgrade-tests-cephfs |
|
/test ci/centos/mini-e2e-helm/k8s-1.34 |
|
/test ci/centos/k8s-e2e-external-storage/1.33 |
|
/test ci/centos/mini-e2e/k8s-1.35 |
|
/test ci/centos/upgrade-tests-rbd |
|
/test ci/centos/mini-e2e/k8s-1.34 |
|
/test ci/centos/mini-e2e-helm/k8s-1.33 |
|
/test ci/centos/mini-e2e/k8s-1.33 |
|
k8s-e2e-external-storage jobs are expected to fail, as ceph-csi-operator fails to deploy the csi-provisioner:v6.2.0 containers. |
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
|
/test ci/centos/k8s-e2e-external-storage/1.34 |
|
/test ci/centos/k8s-e2e-external-storage/1.33 |
Merge Queue StatusRule:
This pull request spent 5 seconds in the queue, with no time running CI. Required conditions to merge
|
NFS supports changing the NFS-server hostname through
VolumeAttributesClass on Kubernetes 1.35 and newer. The
external-provisioner needs to annotate PVs with a reference to a Secret
so that the external-resizer can update the requested parameters.
The HonorPVReclaimPolicy feature-gate flag has been removed, the feature
is GA since Kubernetes v1.33. There is no need to pass the flag anymore.
See-also: kubernetes-csi/external-provisioner#1440
Depends-on: ceph/ceph-csi-operator#421