File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
keps/sig-architecture/3935-oldest-node-newest-control-plane Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 29
29
- [ Dependencies] ( #dependencies )
30
30
- [ Scalability] ( #scalability )
31
31
- [ Troubleshooting] ( #troubleshooting )
32
+ - [ Related work] ( #related-work )
32
33
- [ Implementation History] ( #implementation-history )
33
34
<!-- /toc -->
34
35
@@ -530,6 +531,18 @@ There are no new failure modes specific to this policy change.
530
531
531
532
###### What steps should be taken if SLOs are not being met to determine the problem?
532
533
534
+ ## Related work
535
+
536
+ While investigating behavior, test coverage, and documentation of existing supported skew,
537
+ several inconsistencies or gaps were found. Links tracking improving those areas are provided for reference:
538
+
539
+ * sig-network:
540
+ * Clarify supported skew documentation for ` kube-proxy ` - https://github.com/kubernetes/website/pull/40672
541
+ * Improve test coverage of skewed ` kube-proxy ` / ` kube-apiserver ` and skewed ` kube-proxy ` / ` kubelet ` - https://docs.google.com/document/d/1_w77-zG_Xj0zYvEMfQZTQ-wPP4kXkpGD8smVtW_qqWM/edit#bookmark=id.urwmea30mygf
542
+ * Resolve misleading ` status.nodeInfo.kubeProxyVersion ` API field - https://github.com/kubernetes/kubernetes/issues/117756
543
+ * sig-node:
544
+ * Clarify supported skew documentation for ` kubelet ` / ` cri-api ` - https://github.com/kubernetes/kubernetes/pull/114394
545
+
533
546
## Implementation History
534
547
535
548
- 2023-04-03: Provisional KEP created
You can’t perform that action at this time.
0 commit comments