Files
rancher-docs/versioned_docs/version-2.0-2.4/reference-guides/installation-references/feature-flags.md
Marty Hernandez Avedon 8a3d8b1068 #420 Adding canonical refs to ./getting-started part 2/10 (#621)
* canonicized rollbacks.md

* canonicized troubleshooting.md

* canonicized upgrades.md

there were two corresponding pages for 2.0-2.4, one for helm 2 and one for helm 3, so i added canonical refs for both

* canonicized feature-flags

2.0-2.4 and 2.5 pages were in different folders

* corrected url on feature flags
2023-05-26 14:18:59 -04:00

2.5 KiB

title
title
Feature Flags
<head> </head>

Feature flags were introduced to allow you to try experimental features that are not enabled by default.

To learn about feature values and how to enable features, refer here.

:::note

As of v2.4.0, there are some feature flags that may require a restart of the Rancher server container. These features that require a restart are marked in the table of these docs and in the UI.

:::

The following is a list of the feature flags available in Rancher:

  • dashboard: This feature enables the new experimental UI that has a new look and feel. The dashboard also leverages a new API in Rancher which allows the UI to access the default Kubernetes resources without any intervention from Rancher.
  • istio-virtual-service-ui: This feature enables a UI to create, read, update, and delete Istio virtual services and destination rules, which are traffic management features of Istio.
  • proxy: This feature enables Rancher to use a new simplified code base for the proxy, which can help enhance performance and security. The proxy feature is known to have issues with Helm deployments, which prevents any catalog applications to be deployed which includes Rancher's tools like monitoring, logging, Istio, etc.
  • unsupported-storage-drivers: This feature allows unsupported storage drivers. In other words, it enables types for storage providers and provisioners that are not enabled by default.

The below table shows the availability and default value for feature flags in Rancher:

Feature Flag Name Default Value Status Available as of Rancher Restart Required?
dashboard true Experimental v2.4.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
unsupported-storage-drivers false Experimental v2.3.0