Skip to content

Commit f813b76

Browse files
committed
Add 1.29 deprecation info for flowcontrol v1beta2
1 parent 0b0c6a8 commit f813b76

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/en/docs/reference/using-api/deprecation-guide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ deprecated API versions to newer and more stable API versions.
2020

2121
## Removed APIs by release
2222

23+
### v1.29
24+
25+
The **v1.29** release will stop serving the following deprecated API versions:
26+
27+
#### Flow control resources {#flowcontrol-resources-v129}
28+
29+
The **flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.29.
30+
31+
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
32+
* All existing persisted objects are accessible via the new API
33+
* Notable changes in **flowcontrol.apiserver.k8s.io/v1beta3**:
34+
* The PriorityLevelConfiguration `spec.limited.assuredConcurrencyShares` field is renamed to `spec.limited.nominalConcurrencyShares`
35+
* PriorityLevelConfiguration added `spec.limited.lendablePercent` and `spec.limited.borrowingLimitPercent` fields to control borrowing between levels
36+
2337
### v1.27
2438

2539
The **v1.27** release will stop serving the following deprecated API versions:

0 commit comments

Comments
 (0)