Skip to content

Commit

Permalink
Merge pull request #89 from kevinayres/ka-aws-issue75
Browse files Browse the repository at this point in the history
ka-aws-issue75
  • Loading branch information
chabowski committed Aug 9, 2023
2 parents f207eb4 + 5941fa4 commit 0628afb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/start/aws/DC-gs_rancher_aws-marketplace
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ ADOC_ATTRIBUTES+=" --attribute BP=1"
#ADOC_ATTRIBUTES+=" --attribute PSS=1"

# Set document date (yyyy-mm-dd)
ADOC_ATTRIBUTES+=" --attribute docdate=2023-04-25"
ADOC_ATTRIBUTES+=" --attribute docdate=2023-08-01"

24 changes: 23 additions & 1 deletion kubernetes/start/aws/adoc/gs_rancher_aws-marketplace.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,29 @@ The __Clean resources__ function gives you a mechanism for removing your {produc

== Upgrade to latest version

The automated deployment of {productname} may vary from the latest release version. You can upgrade to the latest version with Helm by following this https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades[guidance].
The automated deployment of {productname} may vary from the latest release version.
You can upgrade to the latest version with Helm by following this https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades[guidance].

[IMPORTANT]
====
When using the {offering1} marketplace listing, the deployment name is `rancher-stable` instead of `rancher`.
Thus, to export the Helm chart values of your current {productname} deployment, you would use:
[source, console]
----
helm get values rancher-stable -n cattle-system -o yaml > values.yaml
----
And to upgrade to the latest stable version, you would use:
[source, console]
----
helm upgrade rancher-stable rancher-stable/rancher \
--namespace cattle-system \
-f values.yaml
----
====


== Accessing {productname}

Expand Down

0 comments on commit 0628afb

Please sign in to comment.