Skip to content

Commit 0b4ebf4

Browse files
committed
add kep number
1 parent 00a2cf7 commit 0b4ebf4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

keps/sig-api-machinery/NNNN-kep-template/README.md renamed to keps/sig-api-machinery/3903-unknown-version-interoperability-proxy/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If none of those approvers are still appropriate, then changes to that list
5858
should be approved by the remaining approvers and/or the owning SIG (or
5959
SIG Architecture for cross-cutting KEPs).
6060
-->
61-
# KEP-NNNN: Unknown Version Interoperability Proxy
61+
# KEP-3903: Unknown Version Interoperability Proxy
6262

6363
<!--
6464
A table of contents is helpful for quickly jumping to sections of a KEP and for
@@ -185,6 +185,7 @@ incorrectly or objects being garbage collected mistakenly.
185185
### Non-Goals
186186

187187
* Change cluster installation procedures (no new certs etc)
188+
* Lock particular clients to particular versions
188189

189190

190191
## Proposal
@@ -193,7 +194,7 @@ API change: To the apiservices API, add an "alternates" clause, a list of
193194
apiservers which believe they can serve the group-version.
194195

195196
API server change:
196-
* A controller adds the apiserver to the list of alternates for its built-in
197+
* A controller adds the apiserver to the list of alternates for its built-in
197198
group-versions.
198199
* The same controller removes expired apiservers from the list. (Enabled by the
199200
apiserver identity work.)

keps/sig-api-machinery/NNNN-kep-template/kep.yaml renamed to keps/sig-api-machinery/3903-unknown-version-interoperability-proxy/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Unknown Version Interoperability Proxy
2-
kep-number: NNNN
2+
kep-number: 3903
33
authors:
44
- "@lavalamp"
55
owning-sig: sig-api-machinery

0 commit comments

Comments
 (0)