Skip to content

Conversation

@elijahomolo
Copy link
Contributor

This PR updates the CSI-digitalocean go packages to version 1.32 as well as updates internal drivers to the current latest versions

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
Copy link
Contributor

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.

@d-honeybadger d-honeybadger force-pushed the eomolo/updates-for-k8s-1.32 branch from 3a1278e to 791d494 Compare January 23, 2025 22:54
@d-honeybadger d-honeybadger force-pushed the eomolo/updates-for-k8s-1.32 branch from 791d494 to 1ea972e Compare January 24, 2025 14:18
@d-honeybadger d-honeybadger changed the title Eomolo/updates for k8s 1.32 updates for k8s 1.32 Jan 24, 2025
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}"
Copy link
Contributor

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

Copy link
Contributor

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

@d-honeybadger d-honeybadger merged commit 27b702c into master Jan 24, 2025
8 checks passed
@d-honeybadger d-honeybadger deleted the eomolo/updates-for-k8s-1.32 branch January 24, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants