Skip to content

Commit 81544d5

Browse files
authored
Merge pull request #46973 from gauravkghildiyal/kep-4444-beta
Docs update for k8s 1.31 regarding Service trafficDistribution
2 parents be3a417 + 9f6bbb6 commit 81544d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/service-traffic-distribution.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ stages:
1010
- stage: alpha
1111
defaultValue: false
1212
fromVersion: "1.30"
13+
toVersion: "1.30"
14+
- stage: beta
15+
defaultValue: true
16+
fromVersion: "1.31"
1317
---
1418
Allows usage of the optional `spec.trafficDistribution` field in Services. The
1519
field offers a way to express preferences for how traffic is distributed to

0 commit comments

Comments
 (0)