Skip to content

Commit 78faf3d

Browse files
committed
Add links to related work
1 parent 6b748bf commit 78faf3d

File tree

1 file changed

+13
-0
lines changed
  • keps/sig-architecture/3935-oldest-node-newest-control-plane

1 file changed

+13
-0
lines changed

keps/sig-architecture/3935-oldest-node-newest-control-plane/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- [Dependencies](#dependencies)
3030
- [Scalability](#scalability)
3131
- [Troubleshooting](#troubleshooting)
32+
- [Related work](#related-work)
3233
- [Implementation History](#implementation-history)
3334
<!-- /toc -->
3435

@@ -530,6 +531,18 @@ There are no new failure modes specific to this policy change.
530531

531532
###### What steps should be taken if SLOs are not being met to determine the problem?
532533

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+
533546
## Implementation History
534547

535548
- 2023-04-03: Provisional KEP created

0 commit comments

Comments
 (0)