File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,10 @@ configvar CSI_PROW_E2E_ALPHA "$(get_versioned_variable CSI_PROW_E2E_ALPHA "${csi
257257configvar CSI_PROW_E2E_ALPHA_GATES_1_13 ' VolumeSnapshotDataSource=true,BlockVolume=true,CSIBlockVolume=true' " alpha feature gates for Kubernetes 1.13"
258258configvar CSI_PROW_E2E_ALPHA_GATES_1_14 ' VolumeSnapshotDataSource=true' " alpha feature gates for Kubernetes 1.14"
259259# TODO: add new CSI_PROW_ALPHA_GATES entry for future Kubernetes releases
260- configvar CSI_PROW_E2E_ALPHA_GATES_LATEST ' AllAlpha=true' " alpha feature gates for latest Kubernetes"
260+ # Careful with AllAlpha=true: enabling all alpha features turned out
261+ # to be problematic (kubelet died), so let's better list alpha gates
262+ # explicitly.
263+ configvar CSI_PROW_E2E_ALPHA_GATES_LATEST ' VolumeSnapshotDataSource=true' " alpha feature gates for latest Kubernetes"
261264configvar CSI_PROW_E2E_ALPHA_GATES " $( get_versioned_variable CSI_PROW_E2E_ALPHA_GATES " ${csi_prow_kubernetes_version_suffix} " ) " " alpha E2E feature gates"
262265
263266# Some tests are known to be unusable in a KinD cluster. For example,
You can’t perform that action at this time.
0 commit comments