File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1287,6 +1287,15 @@ _This section must be completed when targeting beta graduation to a release._
1287
1287
1288
1288
Metric: ` apiserver_request_total{resource=pods,subresource=resize} `
1289
1289
1290
+ * ** How can someone using this feature know that it is working for their instance?**
1291
+
1292
+ - If the Kubelet supports InPlacePodVerticalScaling, it will always set the ` Resources ` field in
1293
+ container status.
1294
+ - The ` ResizeStatus ` in the pod status should converge to the empty value, indicating the resize has completed.
1295
+ - The ` Resources ` in the container status should converge to the resized resources, or an
1296
+ approximation of it (see [ Edge-triggered Resizes] ( #edge-triggered-resizes ) for more details on
1297
+ when these resources can diverge).
1298
+
1290
1299
* ** What are the SLIs (Service Level Indicators) an operator can use to determine
1291
1300
the health of the service?**
1292
1301
- [x] Metrics
@@ -1306,7 +1315,7 @@ the health of the service?**
1306
1315
* ** Are there any missing metrics that would be useful to have to improve observability
1307
1316
of this feature?**
1308
1317
1309
- - Kubelet admission rejections: https://github.com/kubernetes/kubernetes/issues/125375
1318
+ - ~~ Kubelet admission rejections: https://github.com/kubernetes/kubernetes/issues/125375 ~~ (DONE)
1310
1319
- Resize operate duration (time from the Kubelet seeing the request to actuating the changes): this would require persisting more state about when the resize was first observed.
1311
1320
1312
1321
### Dependencies
You can’t perform that action at this time.
0 commit comments