Add note about constraints on getting updates to the offer

This commit is contained in:
LucasSaintarbor
2023-12-12 12:19:18 -08:00
parent 8ebd94f9e8
commit 17dddf1f04
2 changed files with 15 additions and 5 deletions
@@ -2,9 +2,9 @@
title: Upgrading Rancher Prime PAYG Cluster in AWS
---
The AWS Marketplace PAYG offering is tied to a billing adapter and the Rancher Prime version. These are updated periodically as new version of the billing adapter or Rancher Prime are released.
The AWS Marketplace PAYG offering is tied to a billing adapter and the Rancher Prime version. These are updated periodically as new version of the billing adapter or Rancher Prime are released. In this situation, the helm chart will be updated with new tags and digests, and a new version of the helm chart will be uploaded.
In this situation, the helm chart will be updated with new tags and digests, and a new version of the helm chart will be uploaded. To upgrade the deployed helm chart with the latest version, run the following helm command:
To upgrade the deployed helm chart with the latest version, run the following helm command:
```shell
helm upgrade -n cattle-rancher-csp-deployer-system rancher-cloud --create-namespace \
@@ -23,3 +23,9 @@ To check if the upgraded Helm chart deployed successfully:
```shell
helm ls -n cattle-rancher-csp-deployer-system
```
:::note
PAYG customers will have constraints on getting updates to the offer based on the latest version SUSE has published to AWS, which may trail slightly behind the latest Rancher release.
:::
@@ -4,10 +4,14 @@ title: Upgrading Rancher Prime PAYG Cluster in Azure
The Azure Marketplace PAYG offering is periodically updated as a new version of Rancher Prime is released and for optimizations in the integration with Azure.
To update to the latest version of the Rancher Prime PAYG offering supported in the marketplace listing, use the `az k8s-extension update` command.
Run the following command in Cluster Cloud Shell:
To update to the latest version of the Rancher Prime PAYG offering supported in the marketplace listing, run the following command in Cluster Cloud Shell:
```shell
az k8s-extension update --name <cluster extension resource name> --cluster-name <cluster name> --resource-group <resource group> --cluster-type managedClusters --version <version to be upgraded>
```
:::note
PAYG customers will have constraints on getting updates to the offer based on the latest version SUSE has published to Azure, which may trail slightly behind the latest Rancher release.
:::