Skip to content

KEP-4650: StatefulSet Support for Updating Volume Claim Template #4651

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

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1303775
initial version of "StatefulSet Support for Updating Volume Claim Tem…
huww98 May 17, 2024
5533b98
what is capatible
huww98 May 17, 2024
dd41fed
volumeClaimSyncStrategy
huww98 May 17, 2024
3334f65
User stories
huww98 May 19, 2024
17f9f77
we are already waiting for PVC deletion
huww98 May 19, 2024
7b86724
status
huww98 May 19, 2024
d1fb4ed
check compatible before advancing updatedReplicas
huww98 May 19, 2024
b73739d
add Kubernetes API Changes section
huww98 May 22, 2024
f303607
KEP-4650
huww98 May 22, 2024
fbe0992
rewrite "When to update PVCs" and other updates
huww98 May 23, 2024
175b7d0
volumeClaimTemplates
huww98 May 23, 2024
e88af87
Change the owning-sig to sig-apps
huww98 May 25, 2024
cfa7473
update for comments
huww98 Jun 17, 2024
82d0a10
some clarifications
huww98 Jun 17, 2024
7b991cb
Remove volumeClaimSyncStrategy. Don't allow editing immutable PVC fie…
huww98 Jul 12, 2024
d35c83a
update with the implementation
huww98 Aug 22, 2024
e9bef51
volumeClaimUpdate{Strategy => Policy}
huww98 Aug 22, 2024
046c771
merge template update
huww98 May 24, 2025
bad859d
PVC compatible => ready
huww98 May 24, 2025
7992ee5
address comments
huww98 Jun 10, 2025
69039de
Not consider `minReadySeconds` for PVCs only update
huww98 Jun 10, 2025
af71200
not integrating RecoverVolumeExpansionFailure
huww98 Jun 10, 2025
afd1aaf
change PVC/Pod update order
huww98 Jun 18, 2025
1216743
describe volumeClaimUpdatePolicy update behaviour
huww98 Jun 18, 2025
a708d07
discuss more on kubectl rollout undo
huww98 Jun 20, 2025
d7238a7
VolumeClaimUpdateStrategy as a struct
huww98 Jun 20, 2025
d038f90
target 1.35
huww98 Jun 20, 2025
211f8b6
add a note about VAC being disabled by default
huww98 Jun 20, 2025
746ff26
update PVC even if Pod is already deleted/updated
huww98 Jun 23, 2025
d4b37da
don't support OnDelete updateStrategy
huww98 Jun 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-apps/4650.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 4650
alpha:
approver: "@wojtek-t"
Loading