chore: bump controller image to 069a866 (RWOP-friendly PVC validator)#215
Merged
chore: bump controller image to 069a866 (RWOP-friendly PVC validator)#215
Conversation
Pulls in #214 — internal/task/ensure_pvc.go now accepts either ReadWriteOnce or ReadWriteOncePod on imported archive PVCs. Required for the archive-0 PV/PVC RWOP migration (#213) to land cleanly without the validator rejecting the new accessModes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the controller image to
069a866160705cd957b2e37bf3f0170f7bfe1aca— the merge SHA of #214, which relaxed the imported-PVC validator atinternal/task/ensure_pvc.goto accept eitherReadWriteOnceorReadWriteOncePod.Required prerequisite for the archive-0 PV/PVC RWOP migration (#213): without this image bumped on prod, the controller's validator would reject the migrated PVC with
"accessModes does not include ReadWriteOnce".Test plan
kubectl -n sei-k8s-controller-system get deploy sei-k8s-controller-manager -o jsonpath='{.spec.template.spec.containers[?(@.name=="manager")].image}'ImportPVCReady=True, Reason=PVCValidated— RWO path unchanged🤖 Generated with Claude Code
Note
Low Risk
Low risk manifest-only change; primary risk is behavioral differences in the updated controller image affecting PVC validation/rollout behavior at runtime.
Overview
Updates the controller-manager deployment (
config/manager/manager.yaml) to run a newersei-k8s-controllerimage tag (43cc3e1…→069a866…), triggering a rollout to pick up the updated controller behavior (notably around PVC access mode validation).Reviewed by Cursor Bugbot for commit 1cd396e. Bugbot is set up for automated code reviews on this repo. Configure here.