Skip to content

Commit 215658e

Browse files
authored
Merge pull request #273 from sap-contributions/feature-flags
Document hash_based_routing feature flag
2 parents 7c983a9 + 0a12209 commit 215658e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

listing-feature-flags.html.md.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To view and edit feature flags:
7070

7171
## <a id='flags'></a> Feature flags
7272

73-
Only admins can set feature flags. All flags are activated by default except `user_org_creation` and `diego_docker`. When deactivated, these features are only available to admins.
73+
Only admins can set feature flags. All flags are activated by default except `user_org_creation`, `diego_docker` and `hash_based_routing`. When deactivated, these features are only available to admins.
7474

7575
The following list provides descriptions of the features enabled or deactivate by each flag, and the minimum Cloud Controller API (CC API) version necessary to use the feature. <%= vars.api_version %>:
7676

@@ -86,6 +86,8 @@ The following list provides descriptions of the features enabled or deactivate b
8686

8787
* `route_sharing`: Space Developers can share routes between two spaces (including across orgs) in which they have the Space Developer role. When deactivated, Space Developers cannot share routes between two spaces. Minimum CC API version: 3.117.
8888

89+
* `hash_based_routing`: Enable the hash-based load balancing algorithm for routing decisions to consistently direct traffic to the same app instance based on the hash from the request header. Minimum CC API version: 3.210.
90+
8991
* `service_instance_creation`: Space Developers can create service instances in a space. Minimum CC API version: 2.12.
9092

9193
* `diego_cnb`: Space Developers can build apps with Cloud Native Buildpacks. Minimum CC API version 3.168.

0 commit comments

Comments
 (0)