Skip to content

Commit 7527373

Browse files
committed
KEP-3015: PreferSameTrafficDistribution to Beta
1 parent d3efe11 commit 7527373

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,9 +1000,10 @@ following field value is supported:
10001000

10011001
{{< feature-state feature_gate_name="PreferSameTrafficDistribution" >}}
10021002

1003-
Two additional values are available when the `PreferSameTrafficDistribution`
1004-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is
1005-
enabled:
1003+
In Kubernetes {{< skew currentVersion >}}, two additional values are
1004+
available (unless the `PreferSameTrafficDistribution` [feature
1005+
gate](/docs/reference/command-line-tools-reference/feature-gates/) is
1006+
disabled):
10061007

10071008
`PreferSameZone`
10081009
: This is an alias for `PreferClose` that is clearer about the intended semantics.

content/en/docs/reference/command-line-tools-reference/feature-gates/PreferSameTrafficDistribution.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.33"
13+
toVersion: "1.33"
14+
- stage: beta
15+
defaultValue: true
16+
fromVersion: "1.34"
1317
---
1418
Allows usage of the values `PreferSameZone` and `PreferSameNode` in
1519
the Service [`trafficDistribution`](/docs/reference/networking/virtual-ips/#traffic-distribution)

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,10 @@ express preferences for how traffic should be routed to Service endpoints.
694694

695695
{{< feature-state feature_gate_name="PreferSameTrafficDistribution" >}}
696696

697-
Two additional values are available when the `PreferSameTrafficDistribution`
698-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is
699-
enabled:
697+
In Kubernetes {{< skew currentVersion >}}, two additional values are
698+
available (unless the `PreferSameTrafficDistribution` [feature
699+
gate](/docs/reference/command-line-tools-reference/feature-gates/) is
700+
disabled):
700701

701702
`PreferSameZone`
702703
: This means the same thing as `PreferClose`, but is more explicit. (Originally,

0 commit comments

Comments
 (0)