You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Gauge metric will record last time in seconds when an authorization reload was performed.
505
-
- `status`{success, fail}
504
+
This Gauge metric will record last time in seconds when an authorization reload was performed, partitioned by apiserver_id_hash.
505
+
- `apiserver_id_hash`
506
+
507
+
6. `apiserver_authorization_config_controller_automatic_reload_failures_total` and `apiserver_authorization_config_controller_automatic_reload_success_total`
508
+
509
+
These Counter metrics record the total number of reload successes and failures, partitioned by API server apiserver_id_hash.
510
+
- `apiserver_id_hash`
506
511
507
512
### Test Plan
508
513
@@ -644,7 +649,8 @@ Not applicable.
644
649
645
650
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
646
651
647
-
TBD.
652
+
No. There is no data stored for this feature which persists between upgrade / downgrade,
653
+
or between enable / disable. The feature is purely an API server configuration option.
648
654
649
655
###### Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?
650
656
@@ -820,7 +826,8 @@ For each of them, fill in the following information by copying the below templat
820
826
- [x] 2023-06-15 - KEP Accepted as implementable
821
827
- [x] 2023-07-05 - Implementation started
822
828
- [x] 2023-09-27 - Update KEP according to actual state
823
-
- [ ] 2023-12-DD First release (1.29) when feature available
829
+
- [x] 2023-12-15 - First release (1.29) when feature available
0 commit comments