Skip to content

Commit 1593b73

Browse files
authored
Merge pull request #4239 from humblec/csinode
Graduate CSI Node expand secret feature to GA
2 parents ea93247 + b9af5e7 commit 1593b73

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

keps/prod-readiness/sig-storage/3107.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ alpha:
66
approver: "@deads2k"
77
beta:
88
approver: "@deads2k"
9+
stable:
10+
approver: "@deads2k"

keps/sig-storage/3107-csi-nodeexpandsecret/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ N/A
191191

192192
#### GA
193193

194+
- Kubernetes API and CSI spec changes are stable.
195+
- CSI client support secretRef as part of nodeExpandVolume operation.
196+
194197
#### Deprecation
195198

196199
### Upgrade / Downgrade Strategy
@@ -396,6 +399,8 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
396399
- **Can enabling / using this feature result in resource exhaustion of som
397400
node resources (PIDs, sockets, inodes, etc.)?** no.
398401

402+
No.
403+
399404
### Troubleshooting
400405

401406
If the CSI driver does not receive the secrets as part of nodeExpansion
@@ -411,6 +416,8 @@ request, below things have to be checked in a cluster.
411416
## Implementation History
412417

413418
- 18/01/2022: Implementation started
419+
- 23/08/2023: Introduced this feature in Alpha version
420+
- 11/04/2023: Lifted the version to Beta support
414421

415422
## Drawbacks
416423

keps/sig-storage/3107-csi-nodeexpandsecret/kep.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ see-also:
1616
- TBD
1717

1818
# The target maturity stage in the current dev cycle for this KEP.
19-
stage: beta
19+
stage: stable
2020

2121
# The most recent milestone for which work toward delivery of this KEP has been
2222
# done. This can be the current (upcoming) milestone, if it is being actively
2323
# worked on.
24-
latest-milestone: "v1.27"
24+
latest-milestone: "v1.29"
2525

2626
# The milestone at which this feature was, or is targeted to be, at each stage.
2727
milestone:
2828
alpha: "v1.25"
2929
beta: "v1.27"
30-
stable: "v1.28"
30+
stable: "v1.29"
3131

3232
# The following PRR answers are required at alpha release
3333
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)