Skip to content

Commit 6cf3aa1

Browse files
Clarified metrics to inform rollback
1 parent cd58ad7 commit 6cf3aa1

File tree

1 file changed

+2
-0
lines changed
  • keps/sig-api-machinery/4595-cel-crd-additionalprintercolumns

1 file changed

+2
-0
lines changed

keps/sig-api-machinery/4595-cel-crd-additionalprintercolumns/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,8 @@ What signals should users be paying attention to when the feature is young
11441144
that might indicate a serious problem?
11451145
-->
11461146

1147+
If enabling this feature introduces an increase in the latency of the `kubectl get <resources>` (or similar) request durations, in turn creating load on the apiserver, the same can be indicated by apiserver metrics like `apiserver_request_duration_seconds`. If there are significant spikes in these metrics during these GET operations you can try disabling the feature/rolling back the cluster version to see if the performance improves.
1148+
11471149
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
11481150

11491151
<!--

0 commit comments

Comments
 (0)