Skip to content

Commit 0e02a61

Browse files
Updates on knowing if the feature works
1 parent 8609fda commit 0e02a61

File tree

1 file changed

+4
-2
lines changed
  • keps/sig-autoscaling/2702-graduate-hpa-api-to-GA

1 file changed

+4
-2
lines changed

keps/sig-autoscaling/2702-graduate-hpa-api-to-GA/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ Ideally, this should be a metric. Operations against the Kubernetes API (e.g.,
262262
checking if there are objects with field X set) may be a last resort. Avoid
263263
logs or events for this purpose.
264264
-->
265-
All HPA objects are stored in v1 format on disk. They are up converted the requested version. And down converted upon update.
265+
All HPA objects are stored in v1 format on disk. They are up converted the requested version and down converted upon update.
266+
The document on how to run [HPA](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) includes
267+
quite a bit of background,algorithm details, and some good [operator notes](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-metrics-apis).
266268

267269
###### How can someone using this feature know that it is working for their instance?
268270

@@ -400,7 +402,7 @@ Focusing mostly on:
400402
- periodic API calls to reconcile state (e.g. periodic fetching state,
401403
heartbeats, leader election, etc.)
402404
-->
403-
No
405+
No, not in comparison to using the existing v2beta2 APIs, but of course using HPA results in new API calls as described above.
404406

405407
###### Will enabling / using this feature result in introducing new API types?
406408

0 commit comments

Comments
 (0)