From 6e171284a316e7004ec1e69c825554351413547e Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 3 Mar 2021 09:21:50 -0700 Subject: [PATCH] Clarify that dashboard is not a feature flag in v2.5 --- .../v2.5/en/installation/resources/feature-flags/_index.md | 2 +- .../v2.x/en/installation/resources/feature-flags/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.5/en/installation/resources/feature-flags/_index.md b/content/rancher/v2.5/en/installation/resources/feature-flags/_index.md index 716a05f25d3..2294108e749 100644 --- a/content/rancher/v2.5/en/installation/resources/feature-flags/_index.md +++ b/content/rancher/v2.5/en/installation/resources/feature-flags/_index.md @@ -37,7 +37,7 @@ The below table shows the availability and default value for feature flags in Ra | Feature Flag Name | Default Value | Status | Available as of | Rancher Restart Required? | | ----------------------------- | ------------- | ------------ | --------------- |---| | `dashboard` | `true` | Experimental | v2.4.0 | x | -| `dashboard` | `true` | GA* | v2.5.0 | x | +| `dashboard` | `true` | GA* and no longer a feature flag | v2.5.0 | x | | `istio-virtual-service-ui` | `false` | Experimental | v2.3.0 | | | `istio-virtual-service-ui` | `true` | GA* | v2.3.2 | | | `proxy` | `false` | Experimental | v2.4.0 | | diff --git a/content/rancher/v2.x/en/installation/resources/feature-flags/_index.md b/content/rancher/v2.x/en/installation/resources/feature-flags/_index.md index 5983fb241d3..d208259b3f5 100644 --- a/content/rancher/v2.x/en/installation/resources/feature-flags/_index.md +++ b/content/rancher/v2.x/en/installation/resources/feature-flags/_index.md @@ -39,7 +39,7 @@ The below table shows the availability and default value for feature flags in Ra | Feature Flag Name | Default Value | Status | Available as of | Rancher Restart Required? | | ----------------------------- | ------------- | ------------ | --------------- |---| | `dashboard` | `true` | Experimental | v2.4.0 | x | -| `dashboard` | `true` | GA* | v2.5.0 | x | +| `dashboard` | `true` | GA* and no longer a feature flag | v2.5.0 | x | | `istio-virtual-service-ui` | `false` | Experimental | v2.3.0 | | | `istio-virtual-service-ui` | `true` | GA* | v2.3.2 | | | `proxy` | `false` | Experimental | v2.4.0 | |