From 255936e3fd9ed1a324b4ab3327232a30e38653e1 Mon Sep 17 00:00:00 2001 From: Jen Travinski Date: Tue, 28 Sep 2021 14:46:07 -0400 Subject: [PATCH] [Rancher2] Document Harvester integration features (#3534) * Added Harvester feature flag into list and table * Updated wording for feature flag * Added comment on Harvester list page * Removed link * Renamed Harvester list page --- .../v2.6/en/installation/resources/feature-flags/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rancher/v2.6/en/installation/resources/feature-flags/_index.md b/content/rancher/v2.6/en/installation/resources/feature-flags/_index.md index 74840feea9f..de576a7bad7 100644 --- a/content/rancher/v2.6/en/installation/resources/feature-flags/_index.md +++ b/content/rancher/v2.6/en/installation/resources/feature-flags/_index.md @@ -25,6 +25,7 @@ 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: +- `harvester`: This feature flag is available starting in v2.6.1. It is used to manage access to the Virtualization Management page where users can navigate directly to Harvester clusters and access the Harvester UI. - `rke2`: We have introduced the ability to provision RKE2 clusters as tech preview. By default, this feature flag is enabled, which allows users to attempt to provision these type of clusters. - `token-hashing`: This feature enables one-way [hashing of tokens]({{}}/rancher/v2.6/en/api/api-tokens) and cannot be disabled once enabled. - `fleet`: Rancher comes with [Fleet]({{}}/rancher/v2.6/en/deploy-across-clusters/fleet) preinstalled in v2.5+. Rancher v2.6's new provisioning system leverages Fleet's bundle deployment capabilities in order to manage clusters at scale. Therefore, in Rancher v2.6, Fleet can no longer be disabled. If Fleet was disabled in Rancher v2.5.x, it will become enabled if Rancher is upgraded to v2.6.x. @@ -47,6 +48,7 @@ The below table shows the availability and default value for feature flags in Ra | `fleet` | `true` | Can no longer be disabled | v2.6.0 | N/A | | `continuous-delivery` | `true` | GA* | v2.6.0 | | | `token-hashing` | `false` | GA* | v2.6.0 | | +| `harvester` | `true` | Experimental | v2.6.1 | | | `rke2` | `true` | Experimental | v2.6.0 | | \* Generally Available. This feature is included in Rancher and it is not experimental.