mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-06-01 17:45:34 +00:00
Add note about constraints on getting updates to the offer
This commit is contained in:
+8
-2
@@ -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.
|
||||
|
||||
:::
|
||||
|
||||
+7
-3
@@ -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.
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user