From af407d09ff65a6b1523bbdbad2068152cf7cab01 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 31 Jul 2024 17:07:09 -0700 Subject: [PATCH] Add SRIOV chart deprecation and migration info (#1400) * Add SRIOV chart deprecation and migration info * Add formatting around chart name --- .../helm-charts-in-rancher.md | 22 ++++++++++++++++++- .../helm-charts-in-rancher.md | 22 ++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md index a0cceeeebdc..84ae382badb 100644 --- a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md +++ b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md @@ -58,7 +58,7 @@ To display prerelease versions: | rancher-logging | 100.0.0+up3.12.0 | 100.1.2+up3.17.4 | | rancher-longhorn | 100.0.0+up1.1.2 | 100.1.2+up1.2.4 | | rancher-monitoring | 100.0.0+up16.6.0 | 100.1.2+up19.0.3 | -| rancher-sriov (experimental) | 100.0.0+up0.1.0 | 100.0.3+up0.1.0 | +| rancher-sriov[1](#sriov-chart-deprecation-and-migration) | 100.0.0+up0.1.0 | 100.0.3+up0.1.0 | | rancher-vsphere-cpi | 100.3.0+up1.2.1 | 100.3.0+up1.2.1 | | rancher-vsphere-csi | 100.3.0+up2.5.1-rancher1 | 100.3.0+up2.5.1-rancher1 | | rancher-wins-upgrader | 0.0.100 | 100.0.1+up0.0.1 | @@ -239,6 +239,26 @@ To upgrade legacy multi-cluster apps: 1. Click **☰**. 1. Under **Legacy Apps**, click **Multi-cluster Apps**. +### Chart-Specific Information + +#### sriov Chart Deprecation and Migration + +The `sriov` (SR-IOV network operator) chart from the Rancher Charts repository is deprecated and will be removed in Rancher v2.10. Please migrate to the `sriov-network-operator` chart from the SUSE Edge repository (https://github.com/suse-edge/charts) instead. + +To migrate, follow these steps: + +1. Add the SUSE Edge repository to your cluster by following the steps in [Add Custom Git Repositories](#add-custom-git-repositories). +1. For the **Git Repo URL** field, enter `https://github.com/suse-edge/charts`. +1. Click **Create**. +1. In the left navigation menu on the **Cluster Dashboard**, click **Apps > Charts**. +1. Find the `sriov-network-operator` chart and click on it. +1. Click **Install**. +1. In the **Name** field, enter the same name you used for your existing `sriov` chart installation. +1. Click **Next**. +1. Click **Install**. + +**Result:** Rancher redirects to the **Installed Apps** page where your existing installation enters the **Updating** state. The migration is complete when it enters the **Deployed** state. + ## Limitations - Dashboard apps or Rancher feature charts can't be installed using the Rancher CLI. diff --git a/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md b/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md index a52d9f1b01d..ae2388d1ff5 100644 --- a/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md +++ b/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher.md @@ -58,7 +58,7 @@ To display prerelease versions: | rancher-logging | 100.0.0+up3.12.0 | 100.1.2+up3.17.4 | | rancher-longhorn | 100.0.0+up1.1.2 | 100.1.2+up1.2.4 | | rancher-monitoring | 100.0.0+up16.6.0 | 100.1.2+up19.0.3 | -| rancher-sriov (experimental) | 100.0.0+up0.1.0 | 100.0.3+up0.1.0 | +| rancher-sriov[1](#sriov-chart-deprecation-and-migration) (experimental) | 100.0.0+up0.1.0 | 100.0.3+up0.1.0 | | rancher-vsphere-cpi | 100.3.0+up1.2.1 | 100.3.0+up1.2.1 | | rancher-vsphere-csi | 100.3.0+up2.5.1-rancher1 | 100.3.0+up2.5.1-rancher1 | | rancher-wins-upgrader | 0.0.100 | 100.0.1+up0.0.1 | @@ -239,6 +239,26 @@ To upgrade legacy multi-cluster apps: 1. Click **☰**. 1. Under **Legacy Apps**, click **Multi-cluster Apps**. +### Chart-Specific Information + +#### sriov Chart Deprecation and Migration + +The `sriov` (SR-IOV network operator) chart from the Rancher Charts repository is deprecated and will be removed in Rancher v2.10. Please migrate to the `sriov-network-operator` chart from the SUSE Edge repository (https://github.com/suse-edge/charts) instead. + +To migrate, follow these steps: + +1. Add the SUSE Edge repository to your cluster by following the steps in [Add Custom Git Repositories](#add-custom-git-repositories). +1. For the **Git Repo URL** field, enter `https://github.com/suse-edge/charts`. +1. Click **Create**. +1. In the left navigation menu on the **Cluster Dashboard**, click **Apps > Charts**. +1. Find the `sriov-network-operator` chart and click on it. +1. Click **Install**. +1. In the **Name** field, enter the same name you used for your existing `sriov` chart installation. +1. Click **Next**. +1. Click **Install**. + +**Result:** Rancher redirects to the **Installed Apps** page where your existing installation enters the **Updating** state. The migration is complete when it enters the **Deployed** state. + ## Limitations - Dashboard apps or Rancher feature charts can't be installed using the Rancher CLI.