-
Notifications
You must be signed in to change notification settings - Fork 110
updates for k8s 1.32 #628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates for k8s 1.32 #628
Conversation
| mountPath: /var/lib/csi/sockets/pluginproxy/ | ||
| - name: csi-resizer | ||
| image: registry.k8s.io/sig-storage/csi-resizer:v1.11.2 | ||
| image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version is actually 1.13.1, but in 1.13.1, RecoverVolumeExpansionFailure featuregate is enabled, and something about that feature isn't working with DO's csi. Investigating and fixing it will be a separate task.
3a1278e to
791d494
Compare
791d494 to
1ea972e
Compare
test/e2e/handle-image.sh
Outdated
| case "${OPERATION}" in | ||
| build) | ||
| docker build -t "${IMAGE}" --build-arg KUBE_VERSION_1_31 --build-arg KUBE_VERSION_1_31_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_30 --build-arg KUBE_VERSION_1_30_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_29 --build-arg KUBE_VERSION_1_29_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_28 --build-arg KUBE_VERSION_1_28_E2E_BIN_SHA256_CHECKSUM -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}" | ||
| docker build -t "${IMAGE}" --build-arg KUBE_VERSION_1_32 --build-arg KUBE_VERSION_1_32_E2E_BIN_SHA256_CHECKSUM KUBE_VERSION_1_31 --build-arg KUBE_VERSION_1_31_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_30 --build-arg KUBE_VERSION_1_30_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_29 --build-arg KUBE_VERSION_1_29_E2E_BIN_SHA256_CHECKSUM -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think a --build-arg flag is missing in front of KUBE_VERSION_1_31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was! Thanks for catching
This PR updates the CSI-digitalocean go packages to version 1.32 as well as updates internal drivers to the current latest versions