File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-network/1860-kube-proxy-IP-node-binding Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,9 @@ features, like PROXY and TLS Termination as per the Motivations section).
202
202
203
203
###### What specific metrics should inform a rollback?
204
204
205
- N/A
205
+ If using kube-proxy, looking at metrics ` sync_proxy_rules_duration_seconds ` and
206
+ ` sync_proxy_rules_last_timestamp_seconds ` may help identifying problems and indications
207
+ of a required rollback.
206
208
207
209
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
208
210
243
245
244
246
* On kube-proxy, a metric containing the count of IP programming vs service type would be useful
245
247
to determine if the feature is being used, and if there is any drift between nodes
246
- * TBD: Should this metric be implemented?
247
248
248
249
### Dependencies
249
250
You can’t perform that action at this time.
0 commit comments