Kubernetes SIG API Machinery 20230503
Вставка
- Опубліковано 10 лют 2025
- lavalamp: leadership change update
Richa Banker - UVIP demo
slides
KEP
POC PR
Sean Sullivan - kubectl exec, cp over WebSockets instead of SPDY.
Overview document: tinyurl.com/sp....
Proof-of-concept PR: github.com/kub....
Demo.
Mike Spreitzer - generic control plane (staging) repo
Notes: the idea is to incrementally refactor kube-apiserver to expose an intermediate repo, higher than k/apiserver but less than all of kube-apiserver. Always have a working system where kube-apiserver uses the new repo. Start by making a new repo that adds nothing to k/apiserver, then gradually shift functionality down from kube-apiserver to the new repo in small PRs. Need a KEP for this that identifies the goal of what is to be moved. Need someone to commit to completing the work.