34
34
- [x] (R) Design details are appropriately documented
35
35
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
36
36
- [x] (R) Graduation criteria is in place
37
- - [ ] (R) Production readiness review completed
37
+ - [x ] (R) Production readiness review completed
38
38
- [ ] Production readiness review approved
39
39
- [x] "Implementation History" section is up-to-date for milestone
40
40
- [x] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
@@ -171,9 +171,10 @@ type PodSecurityContext struct {
171
171
- Metric name: storage_operation_errors_total{operation_name=volume_mount}
172
172
- [ Optional] Aggregation method: cumulative counter
173
173
- Components exposing the metric: kubelet
174
- - volume ownerhip change timing mtrics: We are also going to add metrics that track time it takes for volume ownerhip change to happen. We will update this section with the name of metrics.
175
-
176
-
174
+ - volume ownerhip change timing mtrics:
175
+ - Metric name: storage_operation_duration_seconds{operation_name=volume_fsgroup_recursive_apply}
176
+ - [ Optional] Aggregation method: percentile
177
+ - Components exposing the metric: kubelet
177
178
178
179
* ** What are the reasonable SLOs (Service Level Objectives) for the above SLIs?**
179
180
It is hard to give numbers that an admin could use to determine health of mount operation. In general we expect that after this feature is rolled out
@@ -253,7 +254,7 @@ details). For now we leave it here though.
253
254
(non-production), with discussions in SIG-Storage regarding success of
254
255
deployments. A metric will be added to report time taken to perform a
255
256
volume ownership change. Also e2e tests that verify volume permissions with various ` FSGroupChangePolicy ` .
256
- * GA in 1.21 , with Node E2E tests in place tagged with feature Storage
257
+ * GA in 1.23 , with Node E2E tests in place tagged with feature Storage
257
258
258
259
259
260
[ umbrella issues ] : https://github.com/kubernetes/kubernetes/issues/69699
@@ -276,6 +277,7 @@ We will add a metric that measures the volume ownership change times.
276
277
## Implementation History
277
278
278
279
- 2020-01-20 Initial KEP pull request submitted
280
+ - 2020-11-05 Feature moved to beta
279
281
280
282
## Drawbacks [ optional]
281
283
0 commit comments