From db66b6ff969e0474c50c9d377d293520d09e821e Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 28 Oct 2019 17:54:10 -0700 Subject: [PATCH] Say that Istio UI feature flag is enabled by default in v2.3.2 --- .../v2.x/en/admin-settings/feature-flags/_index.md | 14 ++++++++++---- .../istio-virtual-service-ui/_index.md | 9 ++++++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/content/rancher/v2.x/en/admin-settings/feature-flags/_index.md b/content/rancher/v2.x/en/admin-settings/feature-flags/_index.md index 8882a7df83a..f1965430eaf 100644 --- a/content/rancher/v2.x/en/admin-settings/feature-flags/_index.md +++ b/content/rancher/v2.x/en/admin-settings/feature-flags/_index.md @@ -24,10 +24,16 @@ For example, if you install Rancher, then set a feature flag to true with the Ra The following is a list of the feature flags available in Rancher: -Feature | Feature Flag Name | Default Value | Description | Available as of | ----|---|---|---|--- -[Allow unsupported storage drivers]({{}}/rancher/v2.x/en/admin-settings/feature-flags/enable-not-default-storage-drivers) | `unsupported-storage-drivers` | `false` | This feature enables types for storage providers and provisioners that are not enabled by default. | v2.3.0 -[UI for Istio virtual services and destination rules]({{}}/rancher/v2.x/en/admin-settings/feature-flags/istio-virtual-service-ui) | `istio-virtual-service-ui`| `false` | Enables a UI that lets you create, read, update and delete virtual services and destination rules, which are traffic management features of Istio | v2.3.0 +- `unsupported-storage-drivers`: This feature [allows unsupported storage drivers.]({{}}/rancher/v2.x/en/admin-settings/feature-flags/enable-not-default-storage-drivers) In other words, it enables types for storage providers and provisioners that are not enabled by default. +- `istio-virtual-service-ui`: This feature enables a [UI to create, read, update, and delete Istio virtual services and destination rules]({{}}/rancher/v2.x/en/admin-settings/feature-flags/istio-virtual-service-ui), which are traffic management features of Istio. + +The below table shows the availability and default value for feature flags in Rancher: + +Feature Flag Name | Default Value | Status | Available as of | +---|---|---|--- +`unsupported-storage-drivers` | `false` | Experimental | v2.3.0 +`istio-virtual-service-ui` | `false` | Experimental | v2.3.0 +`istio-virtual-service-ui` | `true` | GA | v2.3.2 # Enabling Features when Starting Rancher diff --git a/content/rancher/v2.x/en/admin-settings/feature-flags/istio-virtual-service-ui/_index.md b/content/rancher/v2.x/en/admin-settings/feature-flags/istio-virtual-service-ui/_index.md index 7c709b9b138..8fc6fbd2d6f 100644 --- a/content/rancher/v2.x/en/admin-settings/feature-flags/istio-virtual-service-ui/_index.md +++ b/content/rancher/v2.x/en/admin-settings/feature-flags/istio-virtual-service-ui/_index.md @@ -4,13 +4,16 @@ weight: 2 --- _Available as of v2.3.0_ +This feature enables a UI that lets you create, read, update and delete virtual services and destination rules, which are traffic management features of Istio. + > **Prerequisite:** Turning on this feature does not enable Istio. A cluster administrator needs to [enable Istio for the cluster]({{}}/rancher/v2.x/en/cluster-admin/tools/istio/setup) in order to use the feature. To enable or disable this feature, refer to the instructions on [the main page about enabling experimental features.]({{}}/rancher/v2.x/en/admin-settings/feature-flags) -Environment Variable Key | Default Value | Description ----|---|--- -`istio-virtual-service-ui`| `false` | Enables a UI that lets you create, read, update and delete virtual services and destination rules, which are traffic management features of Istio +Environment Variable Key | Default Value | Status | Available as of +---|---|---|--- +`istio-virtual-service-ui` |`false` | Experimental | v2.3.0 +`istio-virtual-service-ui` | `true` | GA | v2.3.2 # About this Feature