Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -1000,9 +1000,10 @@ following field value is supported:

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

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

`PreferSameZone`
: This is an alias for `PreferClose` that is clearer about the intended semantics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.33"
toVersion: "1.33"
- stage: beta
defaultValue: true
fromVersion: "1.34"
---
Allows usage of the values `PreferSameZone` and `PreferSameNode` in
the Service [`trafficDistribution`](/docs/reference/networking/virtual-ips/#traffic-distribution)
Expand Down
7 changes: 4 additions & 3 deletions content/en/docs/reference/networking/virtual-ips.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,10 @@ express preferences for how traffic should be routed to Service endpoints.

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

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

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