Skip to content

Commit 361d4de

Browse files
KEP 3458: v1.30 update
1 parent f361e4b commit 361d4de

File tree

2 files changed

+7
-7
lines changed
  • keps/sig-network/3458-remove-transient-node-predicates-from-service-controller

2 files changed

+7
-7
lines changed

keps/sig-network/3458-remove-transient-node-predicates-from-service-controller/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ people not being affected by anything mentioned in (Risks)[#Risks] or other.
227227
Given the lack of reported issues in Beta: the feature gate will be locked-in in
228228
GA.
229229

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
231231
sufficiently common on any given Kubernetes cluster, that any cloud provider
232232
susceptible to the (Risks)[#Risks] will very likely report issues in Beta.
233233

@@ -316,11 +316,11 @@ the amount of load balancer related syncs performed by the service controller.
316316
This will include load balancer syncs caused by Service and Node changes. See:
317317
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cloud-provider/controllers/service/metrics.go#L44-L49
318318

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
320320
amount of errors produced by syncing Node related events for load balancers. The
321321
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
324324

325325
###### How can an operator determine if the feature is in use by workloads?
326326

keps/sig-network/3458-remove-transient-node-predicates-from-service-controller/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ reviewers:
1010
approvers:
1111
- "@thockin"
1212
creation-date: "2022-08-07"
13-
last-updated: v1.29
13+
last-updated: v1.30
1414
status: implementable
1515
stage: stable
16-
latest-milestone: "v1.29"
16+
latest-milestone: "v1.30"
1717
milestone:
1818
beta: "v1.27"
19-
stable: "v1.29"
19+
stable: "v1.30"
2020
feature-gates:
2121
- name: StableLoadBalancerNodeSet
2222
components:

0 commit comments

Comments
 (0)