Skip to content
Merged
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
4 changes: 3 additions & 1 deletion listing-feature-flags.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To view and edit feature flags:

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

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.
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.

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 %>:

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

* `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.

* `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.

* `service_instance_creation`: Space Developers can create service instances in a space. Minimum CC API version: 2.12.

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