File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
keps/sig-network/3458-remove-transient-node-predicates-from-service-controller Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ people not being affected by anything mentioned in (Risks)[#Risks] or other.
227
227
Given the lack of reported issues in Beta: the feature gate will be locked-in in
228
228
GA.
229
229
230
- Tentative timeline for this is in v1.29 . Services of ` type: LoadBalancer ` are
230
+ Tentative timeline for this is in v1.30 . Services of ` type: LoadBalancer ` are
231
231
sufficiently common on any given Kubernetes cluster, that any cloud provider
232
232
susceptible to the (Risks)[ #Risks] will very likely report issues in Beta.
233
233
@@ -316,11 +316,11 @@ the amount of load balancer related syncs performed by the service controller.
316
316
This will include load balancer syncs caused by Service and Node changes. See:
317
317
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cloud-provider/controllers/service/metrics.go#L44-L49
318
318
319
- A new metric ` nodesync_error_rate ` has been added for explicitly monitoring the
319
+ A new metric ` nodesync_error_count ` has been added for explicitly monitoring the
320
320
amount of errors produced by syncing Node related events for load balancers. The
321
321
goal is have an indicator of if the service controller is impacted by point 3.
322
- mentioned in (Risk)[ #Risk] , and at which frequency. See:
323
- https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cloud-provider/controllers/service/metrics.go#L44-L49
322
+ mentioned in (Risk)[ #Risk] , and at which frequency. See:
323
+ https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cloud-provider/controllers/service/metrics.go#L50-L55
324
324
325
325
###### How can an operator determine if the feature is in use by workloads?
326
326
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ reviewers:
10
10
approvers :
11
11
- " @thockin"
12
12
creation-date : " 2022-08-07"
13
- last-updated : v1.29
13
+ last-updated : v1.30
14
14
status : implementable
15
15
stage : stable
16
- latest-milestone : " v1.29 "
16
+ latest-milestone : " v1.30 "
17
17
milestone :
18
18
beta : " v1.27"
19
- stable : " v1.29 "
19
+ stable : " v1.30 "
20
20
feature-gates :
21
21
- name : StableLoadBalancerNodeSet
22
22
components :
You can’t perform that action at this time.
0 commit comments