File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
concepts/services-networking
command-line-tools-reference/feature-gates Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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---
1418Allows usage of the values ` PreferSameZone ` and ` PreferSameNode ` in
1519the Service [ ` trafficDistribution ` ] ( /docs/reference/networking/virtual-ips/#traffic-distribution )
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments